Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bonus-unit1: using gdown of version 4.5.4 to download from google drive instead of wget #467

Closed

Conversation

nullne
Copy link

@nullne nullne commented Jan 16, 2024

The file cannot be downloaded from google drive using wget like this:

!wget --load-cookies /tmp/cookies.txt \"https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1zv3M95ZJTWHUVOWT6ckq_cm98nft8gdF' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\\1\\n/p')&id=1zv3M95ZJTWHUVOWT6ckq_cm98nft8gdF\" -O ./trained-envs-executables/linux/Huggy.zip && rm -rf /tmp/cookies.txt

using gdown==4.5.4 instead is working

@verlocks
Copy link

Works for me, thanks! The old wget method didn't work anymore.

@simoninithomas
Copy link
Member

Hey there 👋 thanks for pointing this out, we just updated with #474 #473 by moving the demos to GitHub instead of Google Drive 🤗

@nullne nullne closed this Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants