Update taz.de (RSS)

Fixes #18 (RSS Recipe broken: Taz RSS)
This commit is contained in:
Kovid Goyal 2013-06-24 10:21:42 +05:30
parent 3b0f7a90e4
commit f58b8aee4f

View File

@ -18,7 +18,6 @@ class TazRSSRecipe(BasicNewsRecipe):
feeds = [(u'TAZ main feed', u'http://www.taz.de/rss.xml')]
keep_only_tags = [dict(name='div', attrs={'class': 'sect sect_article'})]
remove_tags_after = dict(name='div', attrs={'class': 'rack'})
remove_tags = [
dict(name=['div'], attrs={'class': 'artikelwerbung'}),
dict(name=['ul'], attrs={'class': 'toolbar'}),]