matthuisman / gdrivedl

Google Drive Download Python Script
https://www.matthuisman.nz
GNU General Public License v3.0
200 stars 55 forks source link
google-drive python

GDriveDL

Google Drive Download Script

Usage

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

Options