mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Fix #985364 (xkcd recipe update)
This commit is contained in:
parent
11569fddac
commit
c85d2df15f
@ -21,7 +21,7 @@ class XkcdCom(BasicNewsRecipe):
|
|||||||
|
|
||||||
use_embedded_content = False
|
use_embedded_content = False
|
||||||
oldest_article = 60
|
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')]
|
remove_tags = [dict(name='ul'), dict(name='h3'), dict(name='br')]
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
# turn image bubblehelp into a paragraph
|
# turn image bubblehelp into a paragraph
|
||||||
|
Loading…
x
Reference in New Issue
Block a user