mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/nrledo/calibre
This commit is contained in:
commit
e36c10dfa3
@ -34,7 +34,7 @@ class jotdown(BasicNewsRecipe):
|
|||||||
(u'Portada', u'http://www.jotdown.es/feed/')
|
(u'Portada', u'http://www.jotdown.es/feed/')
|
||||||
]
|
]
|
||||||
|
|
||||||
keep_only_tags = [dict(name='div', attrs={'id':['content']}),
|
keep_only_tags = [dict(name='div', attrs={'class':['entry-content']}),
|
||||||
dict(name='div', attrs={'id':['comments']}),
|
dict(name='div', attrs={'id':['comments']}),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user