mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-07 09:01:38 -04:00
fixing classes per comments
This commit is contained in:
parent
c62631292d
commit
8270528729
@ -69,16 +69,7 @@ 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(attrs={'class': [
|
classes('right-rail', 'comments-count-container', 'insetButton insettipBox author-info media-object-video article_tools nc-exp-artmeta category'),
|
||||||
'comments-count-container',
|
|
||||||
'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