From e9aba9ecc81bfc6154b3d322817be9f28a445c3a Mon Sep 17 00:00:00 2001 From: konsthol Date: Tue, 11 Feb 2025 19:03:04 +0200 Subject: [PATCH] I'm sorry. --- grpoppro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grpoppro b/grpoppro index d64cdad..0483934 100755 --- a/grpoppro +++ b/grpoppro @@ -67,7 +67,7 @@ function curlRequest { if [[ "$GRPOPPRO_DEBUG" == "off" ]]; then if [[ "$OSTYPE" == "linux-gnu" ]]; then - response="$(curl_chrome100 -s -L \ + response="$(curl_chrome131 -s -L \ -c"$GRPOPPRO_COOKIE_FILE" \ -b"$GRPOPPRO_COOKIE_FILE" \ "$url" \ @@ -101,7 +101,7 @@ function curlRequest { if [[ "$OSTYPE" == "linux-gnu" ]]; then LOG_FILE="/tmp/grpoppro_curl_commands.log" local curl_command=( - "curl_chrome100" + "curl_chrome131" "-s" "-L" "-c$GRPOPPRO_COOKIE_FILE"