if page is not recognized, save response even if -a is not supplied

This commit is contained in:
Romain Bignon 2010-10-16 10:05:23 +02:00
commit 570459f4e2

View file

@ -366,6 +366,8 @@ class BaseBrowser(mechanize.Browser):
# data = data.encode('utf-8')
#print data
warning('Oh my fucking god, there isn\'t any page corresponding to URL %s' % result.geturl())
self.save_response(result)
return
debug('[user_id=%s] Went on %s' % (self.username, result.geturl()))