Update Wall Street Journal

Fixes #1373492 [Wall Street Journal not pulling articles](https://bugs.launchpad.net/calibre/+bug/1373492)
This commit is contained in:
Kovid Goyal 2014-09-24 22:42:04 +05:30
parent 49ef27d9e8
commit 6374afb812
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ class WallStreetJournal(BasicNewsRecipe):
keep_only_tags = [
dict(name='h1'), dict(name='h2', attrs={'class':['subhead', 'subHed deck']}),
dict(name='span', itemprop='author', rel='author'),
dict(name='article', id='articleBody'),
dict(name='article', id=['article-contents', 'articleBody']),
dict(name='div', id='article_story_body'),
]
remove_tags = [

View File

@ -24,7 +24,7 @@ class WallStreetJournal(BasicNewsRecipe):
keep_only_tags = [
dict(name='h1'), dict(name='h2', attrs={'class':['subhead', 'subHed deck']}),
dict(name='span', itemprop='author', rel='author'),
dict(name='article', id='articleBody'),
dict(name='article', id=['article-contents', 'articleBody']),
dict(name='div', id='article_story_body'),
]
remove_tags = [