mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-03-01 15:26:04 +01:00
...
This commit is contained in:
parent
e34c95f5e5
commit
fdb4d1f6db
3 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ class BillOReilly(BasicNewsRecipe):
|
|||
title = u"Bill O'Reilly"
|
||||
__author__ = 'Rob Lammert - rob.lammert[at]gmail.com'
|
||||
description = u"Articles from Bill O'Reilly's website and his Fox New's website"
|
||||
language = 'en'
|
||||
oldest_article = 7.0
|
||||
max_articles_per_feed = 100
|
||||
recursions = 0
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ class SeanHannity(BasicNewsRecipe):
|
|||
__author__ = 'Rob Lammert - rob.lammert[at]gmail.com'
|
||||
description = u"Articles from Sean Hannity's website, www.hannity.com"
|
||||
oldest_article = 7.0
|
||||
language = 'en'
|
||||
max_articles_per_feed = 100
|
||||
recursions = 0
|
||||
encoding = 'utf8'
|
||||
|
|
|
|||
|
|
@ -106,6 +106,7 @@ def set_translators():
|
|||
'en_SG' : _('English (Singapore)'),
|
||||
'en_YE' : _('English (Yemen)'),
|
||||
'en_IE' : _('English (Ireland)'),
|
||||
'en_CN' : _('English (China)'),
|
||||
'es_PY' : _('Spanish (Paraguay)'),
|
||||
'de_AT' : _('German (AT)'),
|
||||
'nl' : _('Dutch (NL)'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue