home *** CD-ROM | disk | FTP | other *** search
-
- #name=OnDone sample
- #version=0.0
- #author=
- #date=
- #comment=âXâîâbâhÅIù╣Ä₧é╔î─é╬éΩé▄é╖
- #func=OnDone
- #category=download
- #param_comment=
-
- from gaogaolib import *
-
- def OnDone(url,filename,success,item,param):
- r'''âXâîâbâhÅIù╣Ä₧é╔î─é╬éΩé▄é╖üBò╘Ælé═û│é╡'''
- print r'''OnDone Test'''
- print url
- print filename
- if success:
- print r'''â_âEâôâìü[âhɼî≈'''
- else:
- print r'''â_âEâôâìü[âhÄ╕ös'''
- #end OnDone
-
-