Update FC Knudde and Stamgaten

This commit is contained in:
Kovid Goyal 2012-10-04 14:38:35 +05:30
parent caf778dbd9
commit aed26a0be2
2 changed files with 2 additions and 0 deletions

View File

@ -15,5 +15,6 @@ class AdvancedUserRecipe1347706704(BasicNewsRecipe):
remove_tags_before = dict(id='title')
remove_tags_after = dict(attrs={'class':'entry-content rich-content'})
use_embedded_content = True
extra_css = 'img{border:0;padding:0;margin:0;width:100%}'
feeds = [(u'FC Knudde', u'http://www.nusport.nl/feeds/rss/fc-knudde.rss')]

View File

@ -14,5 +14,6 @@ class AdvancedUserRecipe1347706704(BasicNewsRecipe):
remove_empty_feeds = True
remove_tags_before = dict(id='title')
remove_tags_after = dict(attrs={'class':'entry-content rich-content'})
extra_css = 'img{border:0;padding:0;margin:0;width:100%}'
feeds = [(u'Stamgasten', u'http://toonvandriel.nl/feed/')]