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