Is there an award for this?

This commit is contained in:
2025-01-01 01:54:07 +02:00
parent ac1a58d8e8
commit 229669d791

View File

@@ -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"