A python spider to download 3gpp's archive documents.
python 3gpp_archive.py -h
usage: 3gpp_archive.py [-h] [-m] [-s SERIES]
Download 3gpp documents
optional arguments:
-h, --help show this help message and exit
-m, --multithread enable multithreaded
-s SERIES, --series SERIES
set the series indices that you need to download,
separated by commas
python 3gpp_archive.py -s 23,38
means that download 23,38 series documents without multithread.
python 3gpp_archive.py -s 01 -m
means that download 01 series documents with multithread.
python 3gpp_archive.py -s 00,36 -m
means that download 00,36 series documents with multithread.
- Automatically match the structure with 3gpp's archive documents, detect the files that have not been downloaded.
- Automatically extract zip files.
- Error log
- Support to download any series.
- Multi-Thread
- Asynchronous