gddl

Download files from google drive with resuming capability.


Keywords
gddl, downloader, drive, google, command-line, command-line-tool, google-drive
License
MIT
Install
pip install gddl==0.1.4

Documentation

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

$ gddl "https://drive.google.com/open?id=abcde12345"

Note: Quotes are required for some urls.

DEPENDENCY

  • requests
  • urllib3