This commit is contained in:
Kovid Goyal 2010-09-10 09:01:29 -06:00
parent 74a63ac46f
commit e8f6b4e659

View File

@ -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'))