Skip to content

IanLynnEE/rapidgator-wget

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

rapidgator-wget

Download files on RapidGator by wget.

Usage

Please setup config.json:

{
    "email": "your-mail@gmail.com",
    "password": "your-password"
}

Then, a file can be downloaded by running:

python3 rapidgator.py

For more options, please check:

usage: rapidgator.py [-h] [--prefix PREFIX] [--download_list DOWNLOAD_LIST]

optional arguments:
  -h, --help            show this help message and exit
  --prefix PREFIX       set download path
  --download_list DOWNLOAD_LIST
                        path to the file that stores a list of urls

Limitation

  • Download files cannot have .html in filenames.
  • Single thread download.

About

Unofficial RapidGator CLI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%