From 229669d7918a4409572c211189afdfa3ab646bf6 Mon Sep 17 00:00:00 2001 From: konsthol Date: Wed, 1 Jan 2025 01:54:07 +0200 Subject: [PATCH] Is there an award for this? --- grpoppro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/grpoppro b/grpoppro index f2e8e76..419b784 100755 --- a/grpoppro +++ b/grpoppro @@ -94,15 +94,15 @@ function curlRequest { "curl_ff117" "-s" "-L" - "-c $GRPOPPRO_COOKIE_FILE" - "-b $GRPOPPRO_COOKIE_FILE" + "-c$GRPOPPRO_COOKIE_FILE" + "-b$GRPOPPRO_COOKIE_FILE" "$url" - "--compressed" "-X" "$custom_method" "-H $custom_accept" "$@" ) + # "--compressed" # "-A $USER_AGENT" # "-H $ACCEPT_LANGUAGE" # "-H $CONNECTION"