mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
...
This commit is contained in:
parent
9d199ec40a
commit
1411e43920
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ def get_article_url(self, article):
|
|||
return rest
|
||||
|
||||
def print_version(self, url):
|
||||
if '/news/' in url or '/blog/ in url':
|
||||
if '/news/' in url or '/blog/' in url:
|
||||
return url
|
||||
if '/magazine' in url:
|
||||
rurl = url.replace('http://www.businessweek.com/','http://www.businessweek.com/printer/')
|
||||
|
|
|
|||
Loading…
Reference in a new issue