Skip to content

Download files from google drive with resuming capability.

License

Notifications You must be signed in to change notification settings

rafiibrahim8/gddl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.