mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove hidden elements for subscribers
This commit is contained in:
parent
d2eef7db45
commit
b9c182a3fa
@ -75,6 +75,7 @@ class TimesOnline(BasicNewsRecipe):
|
||||
return cover
|
||||
|
||||
remove_tags = [{
|
||||
'attrs': {'class': lambda x: x and 'is-hidden' in x},
|
||||
'name': ['object', 'link', 'iframe', 'base', 'meta', 'script']}, {
|
||||
'attrs': {
|
||||
'class': [
|
||||
|
Loading…
x
Reference in New Issue
Block a user