X-Git-Url: http://gitweb.pimeys.fr/?p=today.git;a=blobdiff_plain;f=gather.py;h=09d98b10afce425382212fd2b69cecb68fdeed16;hp=527ab6f1a3c6dfc87e9297a4a01f35eb266feafc;hb=f858db9ed9baa860032d2777838aa029c0cb99b9;hpb=fdcee57ada724242faa407bb6ba752135ec14316 diff --git a/gather.py b/gather.py index 527ab6f..09d98b1 100755 --- a/gather.py +++ b/gather.py @@ -15,13 +15,19 @@ import threading import traceback import inspect import pprint + + #: Gestion des chaînes youtube import youtube + #: Interface pour récupérer les quotes DTC #: essentiellement une coquille qui pointe vers la bonne fonction dans le module dtc, codé par ailleurs import lastdtc -GATHERING_MODULES = [youtube, lastdtc] +#: Récupératin des webcomics +import comics + +GATHERING_MODULES = [youtube, lastdtc, comics] def generate_errmsg(id): errmsg = "Erreur à la récupération de %s :\n" % id