1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-29 13:32:06 +00:00
dotfiles/bin/drivedl

6 lines
244 B
Bash
Executable file

#!/bin/bash
cook=$(mktemp)
link="https://docs.google.com/uc?export=download&id=$(cut -d/ -f6 <<< "$1")"
code=$(wget --save-cookies "$cook" "$link" -O- | grep -Eo "confirm=[0-9A-Za-z_]+")
aria2c --load-cookies "$cook" "$link&$code" -c -x16 -s16