A simple command line utility to download Google Drive public URLs effortlessly.
pip install gdget
- Download using google drive url
gdget https://drive.google.com/file/d/1rcZ42siSqpLlVx2LRR_xjD7uJA8twKEa/view
- Download using Google drive ID
gdget 1rcZ42siSqpLlVx2LRR_xjD7uJA8twKEa
- Python >=2.6 & >=3.4 (does not support 3.3)
- requests
- tqdm
- pytest (optional, to run tests)