Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 3.33 KB

README.md

File metadata and controls

37 lines (25 loc) · 3.33 KB

3gpp-archive-download

A python spider to download 3gpp's archive documents.

How to use it

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

Example

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.

Features

  • 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