mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-24 08:46:26 +01:00
Fix #985364 (xkcd recipe update)
This commit is contained in:
parent
11569fddac
commit
c85d2df15f
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class XkcdCom(BasicNewsRecipe):
|
|||
|
||||
use_embedded_content = False
|
||||
oldest_article = 60
|
||||
keep_only_tags = [dict(id='middleContent')]
|
||||
keep_only_tags = [dict(id='middleContainer')]
|
||||
remove_tags = [dict(name='ul'), dict(name='h3'), dict(name='br')]
|
||||
no_stylesheets = True
|
||||
# turn image bubblehelp into a paragraph
|
||||
|
|
|
|||
Loading…
Reference in a new issue