mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
...
This commit is contained in:
parent
74a63ac46f
commit
e8f6b4e659
@ -43,7 +43,8 @@ class TazDigiabo(BasicNewsRecipe):
|
||||
f = urllib2.urlopen(url)
|
||||
except urllib2.HTTPError:
|
||||
self.report_progress(0,_('Can\'t login to download issue'))
|
||||
return
|
||||
raise ValueError('Failed to login, check your username and'
|
||||
' password')
|
||||
|
||||
tmp = tempfile.TemporaryFile()
|
||||
self.report_progress(0,_('downloading epub'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user