This program is a template for downloading files with consecutive file name in URL.
Usage
Specify the
- baseURL and extension
- ThreadPool number
- Starting and ending index of files
Program
1 | from multiprocessing.pool import ThreadPool |
This program is a template for downloading files with consecutive file name in URL.
Specify the
1 | from multiprocessing.pool import ThreadPool |