Skip to content

Infinityay/3gpp-archive-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages