mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-02 03:13:14 +02:00
...
This commit is contained in:
parent
4ef7b3d7d7
commit
26f188c574
1 changed files with 2 additions and 2 deletions
|
|
@ -32,11 +32,11 @@ class WSJ(JavascriptRecipe):
|
|||
'h1', # 'h2.subhead', 'h2.subHed.deck',
|
||||
'span[itemprop=author][rel=author]',
|
||||
'article#article-contents', 'article#articleBody',
|
||||
'div#article_story_body',
|
||||
'div#article_story_body', 'header.article_header',
|
||||
# Parallax formatting
|
||||
'div#ncTitleArea', 'section.nc-exp-artbody',
|
||||
# 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 = (
|
||||
|
|
|
|||
Loading…
Reference in a new issue