mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 08:55:07 +02:00
fixing classes per comments
This commit is contained in:
parent
c62631292d
commit
8270528729
1 changed files with 1 additions and 10 deletions
|
|
@ -69,16 +69,7 @@ class WSJ(BasicNewsRecipe):
|
|||
dict(id='right-rail'),
|
||||
dict(id='narrator-nav'),
|
||||
dict(name='div', id='ad_and_popular'),
|
||||
dict(attrs={'class': [
|
||||
'comments-count-container',
|
||||
'insetButton',
|
||||
'insettipBox',
|
||||
'author-info',
|
||||
'media-object-video',
|
||||
'article_tools',
|
||||
'nc-exp-artmeta',
|
||||
'category'
|
||||
]}),
|
||||
classes('right-rail', 'comments-count-container', 'insetButton insettipBox author-info media-object-video article_tools nc-exp-artmeta category'),
|
||||
dict(name='span', attrs={
|
||||
'data-country-code': True, 'data-ticker-code': True}),
|
||||
dict(name='meta link'.split()),
|
||||
|
|
|
|||
Loading…
Reference in a new issue