Google Drive direct download of big files.
Project description
# gdown
[](https://pypi.python.org/pypi/gdown)
[](https://travis-ci.org/wkentaro/gdown)
Download large files from Google Drive.
If you use curl/wget, it fails with a large file because of
the security warning from Google Drive.
## Installation
```bash
pip install gdown
```
## Usage
```bash
$ # gdown URL [-O FILENAME]
$ # a large file (~400MB)
$ gdown https://drive.google.com/uc?id=0B_NiLAzvehC9R2stRmQyM3ZiVjQ
$ # gdown --id 0B_NiLAzvehC9R2stRmQyM3ZiVjQ
$ md5sum pose_estimation_2d_chainermodel.pkl
587933c2c0adf335ebed0486c183541f
$ # a small file
$ gdown https://drive.google.com/uc?id=0B9P1L--7Wd2vU3VUVlFnbTgtS2c
$ cat spam.txt
spam
$ # as an alternative to curl/wget
$ gdown https://httpbin.org/ip -O ip.json
$ cat ip.json
% cat ip
{
"origin": "126.169.213.247"
}
```
[](https://pypi.python.org/pypi/gdown)
[](https://travis-ci.org/wkentaro/gdown)
Download large files from Google Drive.
If you use curl/wget, it fails with a large file because of
the security warning from Google Drive.
## Installation
```bash
pip install gdown
```
## Usage
```bash
$ # gdown URL [-O FILENAME]
$ # a large file (~400MB)
$ gdown https://drive.google.com/uc?id=0B_NiLAzvehC9R2stRmQyM3ZiVjQ
$ # gdown --id 0B_NiLAzvehC9R2stRmQyM3ZiVjQ
$ md5sum pose_estimation_2d_chainermodel.pkl
587933c2c0adf335ebed0486c183541f
$ # a small file
$ gdown https://drive.google.com/uc?id=0B9P1L--7Wd2vU3VUVlFnbTgtS2c
$ cat spam.txt
spam
$ # as an alternative to curl/wget
$ gdown https://httpbin.org/ip -O ip.json
$ cat ip.json
% cat ip
{
"origin": "126.169.213.247"
}
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gdown-3.4.6.tar.gz
(3.6 kB
view details)
File details
Details for the file gdown-3.4.6.tar.gz.
File metadata
- Download URL: gdown-3.4.6.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58a8007c0effa8f61cc9990e2e36df0d86b5fbed60c0c61656fe99cdb26575db
|
|
| MD5 |
4391e604d6b952c8535660509718e160
|
|
| BLAKE2b-256 |
074a1168e62fccad9b6ce542f0627997c76a6020465a59947b33e4b29d91c83f
|