Open xdindincx opened 1 year ago
With this command you can download it from the google drive to a linux machine:
wget --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate "https://docs.google.com/uc?export=download&id=1QgjwdQpY96NAVGdvjjFrXLhb48o15EO_" -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p' > /tmp/confirm && wget --load-cookies /tmp/cookies.txt --no-check-certificate "https://docs.google.com/uc?export=download&confirm="$(cat /tmp/confirm)"&id=1QgjwdQpY96NAVGdvjjFrXLhb48o15EO_" -O automotive.zip && rm /tmp/cookies.txt /tmp/confirm
Thanks for this, but can I get a normal link as I am not using a linux machine.
The link works for me that is provided in the README
Hi,
Can you please update the google drive with a working link? Thanks!