MitchellX / gdrivedl

Google Drive Download Python Script

Home Page:https://www.matthuisman.nz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GDriveDL

Google Drive Download Script

  • Python 2 / 3 compatible
  • No API keys / credentials required
  • Supports all operating systems
  • No external dependencies
  • Works with shared files or folders
  • Works with large files
  • Files / folders must have been shared via link

Usage

python gdrivedl.py <URL>
  • URL is a shared Google Drive 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>"

Options

  • -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.
  • -q --quiet Disable console output
  • -d --debug Show more vebose debug console output
  • -m --mtimes Try use modified times to check for changed files

About

Google Drive Download Python Script

https://www.matthuisman.nz

License:GNU General Public License v3.0


Languages

Language:Python 100.0%