mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 22:14:07 +02:00
Merge branch 'granta' of https://github.com/Dhar/calibre
This commit is contained in:
commit
8e41e225e5
1 changed files with 1 additions and 0 deletions
|
|
@ -182,6 +182,7 @@ class Granta(BasicNewsRecipe):
|
|||
|
||||
keep_only_tags = [
|
||||
dict(name='div', attrs={'class': 'article-feature-image-container'}),
|
||||
dict(name='div', attrs={'class': 'col-xs-12 col-sm-12 col-md-12 article-header'}),
|
||||
dict(name='div', attrs={'class': 'carousel-inner'}),
|
||||
dict(name='div', attrs={'class': 'article-content'}),
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue