mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-04 10:33:31 +02:00
parent
3b0f7a90e4
commit
f58b8aee4f
1 changed files with 0 additions and 1 deletions
|
|
@ -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'}),]
|
||||
|
|
|
|||
Loading…
Reference in a new issue