mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
remove most of the garbage tags
This commit is contained in:
parent
99299512f6
commit
fa8e78b0b3
@ -22,3 +22,7 @@ class lifehacking(BasicNewsRecipe):
|
|||||||
no_stylesheets=True
|
no_stylesheets=True
|
||||||
|
|
||||||
feeds = [(u'Lifehacker polska', u'http://feeds.feedburner.com/pl_lh')]
|
feeds = [(u'Lifehacker polska', u'http://feeds.feedburner.com/pl_lh')]
|
||||||
|
|
||||||
|
keep_only_tags = [
|
||||||
|
dict(name='header', attrs={'class': 'td-post-title'}),
|
||||||
|
dict(name='div', attrs={'class': 'td-post-content'})]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user