This commit is contained in:
Kovid Goyal 2012-05-18 18:53:37 +05:30
parent 5d8edbe564
commit 13f03b4b94

View File

@ -18,7 +18,7 @@ class AdvancedUserRecipe1308791026(BasicNewsRecipe):
encoding = 'utf8' encoding = 'utf8'
publisher = 'stripes.com' publisher = 'stripes.com'
category = 'news, US, world' category = 'news, US, world'
language = 'en_US' language = 'en'
publication_type = 'newsportal' publication_type = 'newsportal'
preprocess_regexps = [(re.compile(r'<!--.*?-->', re.DOTALL), lambda m: '')] preprocess_regexps = [(re.compile(r'<!--.*?-->', re.DOTALL), lambda m: '')]
conversion_options = { conversion_options = {