SIMEXP / Repo2Data

Automatic data fetcher from the web
MIT License
7 stars 3 forks source link

Feature request: google drive supports #8

Closed ltetrel closed 3 years ago

ltetrel commented 5 years ago

I need to add google drive support. It can be verry fast depending on where you download it (really fast on CC thanks to their proxy).

ltetrel commented 5 years ago
filename=Task05_Prostate.tar
fileid=1Ff7c21UksxyT4JfETjaarmuKEjdqe1-a
wget --save-cookies cookies.txt 'https://drive.google.com/uc?export=download&id='$fileid -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1/p' > confirm.txt
wget --load-cookies cookies.txt -O $filename 'https://drive.google.com/uc?export=download&id='$fileid'&confirm='$(<confirm.txt)
pbellec commented 5 years ago

google drive?

ltetrel commented 5 years ago

typo