Fix Kellog Insight

This commit is contained in:
Kovid Goyal 2013-03-15 16:46:08 +05:30
parent 40c30cfe58
commit fc0d5ab51b

View File

@ -17,12 +17,14 @@ class KellogInsight(BasicNewsRecipe):
no_stylesheets = True no_stylesheets = True
encoding = 'utf-8' encoding = 'utf-8'
language = 'en' language = 'en'
auto_cleanup = True
use_embedded_content = False
oldest_article = 60 oldest_article = 60
keep_only_tags = [dict(name='div', attrs={'id':['print_no_comments']})] #keep_only_tags = [dict(name='div', attrs={'id':['print_no_comments']})]
remove_tags = [dict(name='div', attrs={'class':'col-three'})] #remove_tags = [dict(name='div', attrs={'class':'col-three'})]
extra_css = ''' extra_css = '''
h1{font-family:arial; font-size:medium; color:#333333;} h1{font-family:arial; font-size:medium; color:#333333;}