Google Drive Download Script
python gdrivedl.py <URL>
Multiple urls can be used by seperating them with a space. eg. python gdrivedl.py <URL1> <URL2> <URL3>
On some systems you may need to enclose the url within quotes. eg python gdrivedl.py "<URL>"
The script will exit with code 1 if there were any errors otherwise 0
-P
--directory-prefix
Output directory (default is current directory)-O
--output-document
Download to a particular filename (defaults to the
GDrive filename). Only valid when downloading a single file.-e
--continue_on_errors
If any errors processing files/folder then log and continue to next-q
--quiet
Disable console output-d
--debug
Show debug console output-v
--vebose
Debug console output as well as HTML headers and content-m
--mtimes
Try use modified times to check for changed files-f
--urlfile
Text file containing Google Drive URLS to download (one per line)