mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update wsj.recipe
This commit is contained in:
parent
f2f1f7c6b5
commit
c62631292d
@ -69,9 +69,16 @@ class WSJ(BasicNewsRecipe):
|
|||||||
dict(id='right-rail'),
|
dict(id='right-rail'),
|
||||||
dict(id='narrator-nav'),
|
dict(id='narrator-nav'),
|
||||||
dict(name='div', id='ad_and_popular'),
|
dict(name='div', id='ad_and_popular'),
|
||||||
dict(classes('comments-count-container')),
|
dict(attrs={'class': [
|
||||||
classes(
|
'comments-count-container',
|
||||||
'insetButton insettipBox author-info media-object-video article_tools nc-exp-artmeta category'),
|
'insetButton',
|
||||||
|
'insettipBox',
|
||||||
|
'author-info',
|
||||||
|
'media-object-video',
|
||||||
|
'article_tools',
|
||||||
|
'nc-exp-artmeta',
|
||||||
|
'category'
|
||||||
|
]}),
|
||||||
dict(name='span', attrs={
|
dict(name='span', attrs={
|
||||||
'data-country-code': True, 'data-ticker-code': True}),
|
'data-country-code': True, 'data-ticker-code': True}),
|
||||||
dict(name='meta link'.split()),
|
dict(name='meta link'.split()),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user