if page is not recognized, save response even if -a is not supplied
This commit is contained in:
parent
e12fabbf11
commit
570459f4e2
1 changed files with 2 additions and 0 deletions
|
|
@ -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()))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue