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