Skip to content

Instantly share code, notes, and snippets.

@NISH1001
Created February 5, 2018 10:26
Show Gist options
  • Save NISH1001/d4535393f9315b47d08738724459a312 to your computer and use it in GitHub Desktop.
Save NISH1001/d4535393f9315b47d08738724459a312 to your computer and use it in GitHub Desktop.
wget file from google drive
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=FILE_ID' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=FILE_ID" -O FILENAME && rm -rf /tmp/cookies.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment