home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / iria107a.lzh / script / onresponse.ipy < prev    next >
Encoding:
Text File  |  2000-11-23  |  389 b   |  19 lines

  1.  
  2. #name=OnResponse sample
  3. #version=0.0
  4. #author=
  5. #date=
  6. #comment=HTTPâîâXâ|âôâXé╠îπé╔î─é╬éΩé▄é╖
  7. #func=OnResponse
  8. #category=download
  9. #param_comment=
  10.  
  11. from gaogaolib import *
  12.  
  13. def OnResponse(url,redirect_url,status_num,status_msg,headers,item,param):
  14.     r'''HTTPâîâXâ|âôâXé╠îπé╔î─é╬éΩé▄é╖üBò╘Ælé═âtâëâO'''
  15.     print r'''OnResponse Test'''
  16.     return IGNORE
  17. #end OnResponse
  18.  
  19.