mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-21 00:56:08 +01:00
...
This commit is contained in:
parent
fb08ceb1e5
commit
23f4463f27
1 changed files with 3 additions and 2 deletions
|
|
@ -36,8 +36,9 @@ class BBC(BasicNewsRecipe):
|
|||
]
|
||||
|
||||
remove_tags = [
|
||||
dict(name='div', attrs={'class':['story-feature related narrow', 'share-help', 'embedded-hyper', \
|
||||
'story-feature wide ', 'story-feature narrow']})
|
||||
dict(name='div', attrs={'class':['story-feature related narrow', 'share-help', 'embedded-hyper',
|
||||
'story-feature wide ', 'story-feature narrow']}),
|
||||
dict(id=['hypertab', 'comment-form']),
|
||||
]
|
||||
|
||||
remove_attributes = ['width','height']
|
||||
|
|
|
|||
Loading…
Reference in a new issue