mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
fb08ceb1e5
commit
23f4463f27
@ -36,8 +36,9 @@ class BBC(BasicNewsRecipe):
|
|||||||
]
|
]
|
||||||
|
|
||||||
remove_tags = [
|
remove_tags = [
|
||||||
dict(name='div', attrs={'class':['story-feature related narrow', 'share-help', 'embedded-hyper', \
|
dict(name='div', attrs={'class':['story-feature related narrow', 'share-help', 'embedded-hyper',
|
||||||
'story-feature wide ', 'story-feature narrow']})
|
'story-feature wide ', 'story-feature narrow']}),
|
||||||
|
dict(id=['hypertab', 'comment-form']),
|
||||||
]
|
]
|
||||||
|
|
||||||
remove_attributes = ['width','height']
|
remove_attributes = ['width','height']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user