mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
875af72918
commit
3c7f856ddf
@ -41,6 +41,8 @@ class WiredDailyNews(BasicNewsRecipe):
|
|||||||
keep_only_tags = [
|
keep_only_tags = [
|
||||||
dict(attrs={'data-js': ['post', 'postHeader']}),
|
dict(attrs={'data-js': ['post', 'postHeader']}),
|
||||||
]
|
]
|
||||||
|
remove_attributes = ['srcset']
|
||||||
|
handle_gzip = True
|
||||||
|
|
||||||
feeds = [
|
feeds = [
|
||||||
(u'Top Stories', u'https://www.wired.com/feed/'),
|
(u'Top Stories', u'https://www.wired.com/feed/'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user