mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'patch-8' of https://github.com/a10kiloham/calibre
This commit is contained in:
commit
1b5603d3dc
@ -70,7 +70,8 @@ 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'),
|
||||||
classes('right-rail comments-count-container insetButton insettipBox author-info media-object-video article_tools nc-exp-artmeta category'),
|
classes('strap-container right-rail comments-count-container insetButton insettipBox author-info'
|
||||||
|
' media-object-video article_tools nc-exp-artmeta category type-InsetArticlesRelatedByType media-object-rich-text'),
|
||||||
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()),
|
||||||
|
@ -63,8 +63,8 @@ class WSJ(BasicNewsRecipe):
|
|||||||
]
|
]
|
||||||
|
|
||||||
remove_tags = [
|
remove_tags = [
|
||||||
classes(
|
classes('strap-container right-rail comments-count-container insetButton insettipBox author-info'
|
||||||
'insetButton insettipBox author-info media-object-video article_tools nc-exp-artmeta category'),
|
' media-object-video article_tools nc-exp-artmeta category type-InsetArticlesRelatedByType media-object-rich-text'),
|
||||||
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