mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 19:43:54 +02:00
Fix #884194 (fixed ScienceNews recipe)
This commit is contained in:
parent
fcfd3a91da
commit
9744bd7400
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class Sciencenews(BasicNewsRecipe):
|
|||
,dict(name='div', attrs={'class': 'embiggen'})
|
||||
]
|
||||
|
||||
feeds = [(u"Science News / News Items", u'http://sciencenews.org/view/feed/type/news/name/news.rss')]
|
||||
feeds = [(u"Science News / News Items", u'http://sciencenews.org/index.php/feed/type/news/name/news.rss/view/feed/name/all.rss')]
|
||||
|
||||
def get_cover_url(self):
|
||||
cover_url = None
|
||||
|
|
|
|||
Loading…
Reference in a new issue