mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 02:13:37 +02:00
Update Deadspin
This commit is contained in:
parent
4521c70f5a
commit
e7112eb217
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class Deadspin(BasicNewsRecipe):
|
|||
{'class': 'feedflare'},
|
||||
]
|
||||
|
||||
feeds = [(u'Articles', u'http://feeds.gawker.com/deadspin/vip?format=xml')]
|
||||
feeds = [(u'Articles', u'http://deadspin.com/rss/vip')]
|
||||
|
||||
def preprocess_html(self, soup):
|
||||
return self.adeify_images(soup)
|
||||
|
|
|
|||
Loading…
Reference in a new issue