Is there an award for this?
This commit is contained in:
6
grpoppro
6
grpoppro
@@ -94,15 +94,15 @@ function curlRequest {
|
|||||||
"curl_ff117"
|
"curl_ff117"
|
||||||
"-s"
|
"-s"
|
||||||
"-L"
|
"-L"
|
||||||
"-c $GRPOPPRO_COOKIE_FILE"
|
"-c$GRPOPPRO_COOKIE_FILE"
|
||||||
"-b $GRPOPPRO_COOKIE_FILE"
|
"-b$GRPOPPRO_COOKIE_FILE"
|
||||||
"$url"
|
"$url"
|
||||||
"--compressed"
|
|
||||||
"-X"
|
"-X"
|
||||||
"$custom_method"
|
"$custom_method"
|
||||||
"-H $custom_accept"
|
"-H $custom_accept"
|
||||||
"$@"
|
"$@"
|
||||||
)
|
)
|
||||||
|
# "--compressed"
|
||||||
# "-A $USER_AGENT"
|
# "-A $USER_AGENT"
|
||||||
# "-H $ACCEPT_LANGUAGE"
|
# "-H $ACCEPT_LANGUAGE"
|
||||||
# "-H $CONNECTION"
|
# "-H $CONNECTION"
|
||||||
|
|||||||
Reference in New Issue
Block a user