mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-28 15:02:57 +02:00
...
This commit is contained in:
parent
875af72918
commit
3c7f856ddf
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,8 @@ class WiredDailyNews(BasicNewsRecipe):
|
|||
keep_only_tags = [
|
||||
dict(attrs={'data-js': ['post', 'postHeader']}),
|
||||
]
|
||||
remove_attributes = ['srcset']
|
||||
handle_gzip = True
|
||||
|
||||
feeds = [
|
||||
(u'Top Stories', u'https://www.wired.com/feed/'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue