mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-21 03:05:30 +01:00
Fix #8854 (updated recipe for Newyorker)
This commit is contained in:
parent
0cf432315b
commit
ae93283d77
1 changed files with 2 additions and 2 deletions
|
|
@ -54,10 +54,10 @@ class NewYorker(BasicNewsRecipe):
|
|||
,dict(attrs={'id':['show-header','show-footer'] })
|
||||
]
|
||||
remove_attributes = ['lang']
|
||||
feeds = [(u'The New Yorker', u'http://www.newyorker.com/services/rss/feeds/everything.xml')]
|
||||
feeds = [(u'The New Yorker', u'http://www.newyorker.com/services/mrss/feeds/everything.xml')]
|
||||
|
||||
def print_version(self, url):
|
||||
return 'http://www.newyorker.com' + url + '?printable=true'
|
||||
return url + '?printable=true'
|
||||
|
||||
def image_url_processor(self, baseurl, url):
|
||||
return url.strip()
|
||||
|
|
|
|||
Loading…
Reference in a new issue