Skip to content

Commit a604f69

Browse files
committed
Fix typo
1 parent 4b5d793 commit a604f69

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.readme/python.png

90.2 KB
Loading

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,12 @@ $ gdown 'https://drive.google.com/a/jsk.imi.i.u-tokyo.ac.jp/uc?id=0B_NiLAzvehC9R
7272
```python
7373
import gdown
7474

75-
url = 'https://drive.google.com/uc?id=0B9P1L--7Wd2vU3VUVlFnbTgtS2c'
76-
output = 'spam.txt'
75+
url = 'https://drive.google.com/uc?id=0B9P1L--7Wd2vNm9zMTJWOGxobkU'
76+
output = '20150428_collected_images.tgz'
7777
gdown.download(url, output, quiet=False)
78+
79+
md5 = 'fa837a88f0c40c513d975104edf3da17'
80+
gdown.cached_download(url, output, md5=md5, postprocess=gdown.extractall)
7881
```
7982

8083

0 commit comments

Comments
 (0)