general update
This commit is contained in:
parent
67a7d2504d
commit
1e57edc3c0
2 changed files with 11 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue