general update

This commit is contained in:
Tidoni 2023-04-22 10:19:24 +02:00
parent 67a7d2504d
commit 1e57edc3c0
2 changed files with 11 additions and 8 deletions

View file

@ -42,7 +42,7 @@ function mixdrop_check_if_file_is_alive () {
file_id=${file_id##*/}
>&2 echo "File ID: $file_id"
>&2 echo "URL to call: https://api.highload.to/file/info?file=$file_id&login=$api_login&key=$api_key"
>&2 echo "URL to call: https://api.mixdrop.co/fileinfo?email=$api_login&key=$api_key&ref[]=$file_id"
response=$(curl -s -X GET "https://api.mixdrop.co/fileinfo?email=$api_login&key=$api_key&ref[]=$file_id" -H "Content-Type: multipart/form-data")
>&2 echo "Response: $response"