__init__(self,
url_path_list,
checksum=True,
show_speed=True,
resume=True,
abort_check_func=None,
disallow_redirect=False,
OutputInterface=None,
UrlFetcherClass=None)
(Constructor)
| source code
|
@param url_path_list list [(url,path_to_save,),...]
@param checksum bool return checksum data
@param show_speed bool show transfer speed on the output
@param resume bool enable resume support
@param abort_check_func callable function that could
raise exception and stop transfer
@param disallow_redirect bool disable automatic HTTP redirect
@param OutputInterface TextInterface instance used to
print instance output through a common interface
@param UrlFetcherClass, urlFetcher instance/interface used
|