Better descriptions for modules
This commit is contained in:
parent
de02bc749d
commit
0fa7060b68
54 changed files with 58 additions and 63 deletions
|
|
@ -23,15 +23,15 @@ from weboob.tools.capabilities.messages.GenericBackend import GenericNewspaperBa
|
|||
from .browser import NewspaperEcransBrowser
|
||||
from .tools import rssid
|
||||
|
||||
|
||||
class NewspaperEcransBackend(GenericNewspaperBackend, ICapMessages):
|
||||
"NewspaperEcransBackend class"
|
||||
MAINTAINER = 'Julien Hebert'
|
||||
EMAIL = 'juke@free.fr'
|
||||
VERSION = '0.b'
|
||||
LICENSE = 'AGPLv3+'
|
||||
STORAGE = {'seen': {}}
|
||||
NAME = 'ecrans'
|
||||
DESCRIPTION = u'Ecrans French news website'
|
||||
DESCRIPTION = u'Écrans French news website'
|
||||
BROWSER = NewspaperEcransBrowser
|
||||
RSS_FEED = 'http://www.ecrans.fr/spip.php?page=backend'
|
||||
RSSID = rssid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue