mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update Wall Street Journal
Fixes #1373492 [Wall Street Journal not pulling articles](https://bugs.launchpad.net/calibre/+bug/1373492)
This commit is contained in:
parent
49ef27d9e8
commit
6374afb812
@ -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 = [
|
||||
|
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user