This commit is contained in:
Kovid Goyal 2010-05-19 15:45:30 -06:00
parent e34c95f5e5
commit fdb4d1f6db
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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'

View File

@ -106,6 +106,7 @@ _extra_lang_codes = {
'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)'),