mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update jot_down.recipe
This commit is contained in:
parent
76743a0210
commit
0a28d743a1
@ -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