From 17f5a3f81e88613b8bc976bd6c3511d063141456 Mon Sep 17 00:00:00 2001 From: FrederikBaerentsen Date: Tue, 23 Jun 2020 15:28:15 +0200 Subject: [PATCH] Added useragent --- lego_dl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lego_dl.sh b/lego_dl.sh index a6e78d3..a92ae7d 100644 --- a/lego_dl.sh +++ b/lego_dl.sh @@ -50,7 +50,7 @@ do fi else echo -ne "--> $tID downloading now..." - curl $tLINK --silent --output "Instructions/$filename" + curl -H "Mozilla/5.0 (platform; rv:75.0) Gecko/20100101 Firefox/75.0" $tLINK --silent --output "Instructions/$filename" if [ -f "$downloadFolder/$filename" ]; then echo "Done!" else