class DownloaderCLI
- DownloaderCLI
- Reference
- Object
Defined in:
libs/cli.crConstructors
Instance Method Summary
- #api_client
-
#check_downloader
it isn't worth the effort to make this concurrent while it can shave off some execution time there's a race condition that makes this unreliable and most fibers get 0 processed checks because the checks are stupid fast
- #create_ranges
- #create_workers
- #download(client, range)
- #download_dir
- #main_downloader
- #print_stats
- #range_downloader
- #range_hex(range)
- #range_unhex(range)
- #start
- #worker_download(fid)
- #write_etags
Constructor Detail
Instance Method Detail
def check_downloader
#
it isn't worth the effort to make this concurrent while it can shave off some execution time there's a race condition that makes this unreliable and most fibers get 0 processed checks because the checks are stupid fast