mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-31 17:54:28 +01:00
Fix taz.de (RSS)
This commit is contained in:
parent
cdca8936e2
commit
c2feceffb0
1 changed files with 3 additions and 3 deletions
|
|
@ -19,6 +19,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': 'rack'}),
|
||||
dict(name=['div'], attrs={'class': 'artikelwerbung'}),
|
||||
dict(name=['ul'], attrs={'class': 'toolbar'}),]
|
||||
remove_tags = [
|
||||
dict(name=['div'], attrs={'class': 'artikelwerbung'}),
|
||||
dict(name=['ul'], attrs={'class': 'toolbar'}),]
|
||||
|
|
|
|||
Loading…
Reference in a new issue