Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.48 KB

README.md

File metadata and controls

39 lines (33 loc) · 1.48 KB

PyPi Downloads PyPi Version License

gddl

Download files from google drive with resuming capability.

DESCRIPTION

This program can be used for downloading files (including large files) from google drive using the command line. The program supports resuming which is lacking in most of the command line google drive downloaders.

INSTALLATION

From a command line enter the command to install gddl

pip install gddl

You need to have python 3 installed. gddl won't run on python 2.

USES

You can supply a url to gddl.

gddl "https://drive.google.com/file/d/123MyAwesomeFileID/view?usp=sharing"

Note: Quotes are required for some urls.

Alternatively, you can download via file ID.

gddl 123MyAwesomeFileID

ISSUES

If you are facing issue using the program, feel free to create an issue.

ACKNOWLEDGEMENTS

  • coursera-dl project - for their simple and awesome native downloader.
  • gdown.pl project - for inspiration of creating this program.