mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
4ef7b3d7d7
commit
26f188c574
@ -32,11 +32,11 @@ class WSJ(JavascriptRecipe):
|
|||||||
'h1', # 'h2.subhead', 'h2.subHed.deck',
|
'h1', # 'h2.subhead', 'h2.subHed.deck',
|
||||||
'span[itemprop=author][rel=author]',
|
'span[itemprop=author][rel=author]',
|
||||||
'article#article-contents', 'article#articleBody',
|
'article#article-contents', 'article#articleBody',
|
||||||
'div#article_story_body',
|
'div#article_story_body', 'header.article_header',
|
||||||
# Parallax formatting
|
# Parallax formatting
|
||||||
'div#ncTitleArea', 'section.nc-exp-artbody',
|
'div#ncTitleArea', 'section.nc-exp-artbody',
|
||||||
# Error conditions, login required and page not found
|
# Error conditions, login required and page not found
|
||||||
'div#snippet-ad-login', 'div.errorNotFound',
|
'div#snippet-ad-login', 'div.wsj-snippet-body', 'div.wsj-snippet-login', 'div.errorNotFound',
|
||||||
)
|
)
|
||||||
|
|
||||||
remove_tags = (
|
remove_tags = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user