no we don't change anything in encoding settings.
send me some video links in pm. i check it.
PM sent
Thanks
no we don't change anything in encoding settings.
send me some video links in pm. i check it.
hi supervideo,
I want to use your https://supervideo.tv/pages/api.html,
to check the status of ALL my supervideo links how do I do that in CURL?
what's the command I need to enter is there an example?
I'm not a coder and I've been through hours of youtube videos to no avail,
kindly just show me an example of how to get fileinfo I need to know the file status "200",
please help, just need an example of the CURL codes,
I'm using gitbash, or do you have other software your can recommend on my windows OS?
Thanks
i am also waiting fro the payment, since from 10 daysHello, when will be payments made?
Payment is every 15 days and you know it. i told you i have horrible internet connection in the place where i stuck for covid19.i am also waiting fro the payment, since from 10 days
you get a onetime tip from me:hi supervideo,
I want to use your https://supervideo.tv/pages/api.html,
to check the status of ALL my supervideo links how do I do that in CURL?
what's the command I need to enter is there an example?
I'm not a coder and I've been through hours of youtube videos to no avail,
kindly just show me an example of how to get fileinfo I need to know the file status "200",
please help, just need an example of the CURL codes,
I'm using gitbash, or do you have other software your can recommend on my windows OS?
Thanks
Thanks for your contribution. Can i add this code as api example usage?you get a onetime tip from me:
#use powershell
$api_key = "%api_key%"
$folder_id = 0 #default root folder
$api_link_folder_list = "https://supervideo.tv/api/folder/list?key=$api_key&fld_id=$folder_id"
$api_answer = Invoke-RestMethod $api_link_folder_list
$api_file_list = $api_answer.result.files
$api_file_list | % {
$file = $_
$canplay = $file.canplay
if($canplay -eq 1){
write-host "file looks GOOD ->" $file.file_code $file.title
} else{
write-host "file looks BAD ->" $file.file_code $file.title
}
#this make a http request to the video link and check for file not foudn error
# !!! use this only with few files or permission from supervideo admin !!!
#$file_link = $file.link
#$answer = invoke-restmethod $file_link
#if($answer -like "*File Not Found*"){
# write-host "File Not Found ->" $file.file_code $file.title
#}
}
For how much ??Any backup domain? Supervideo.tv is blocked from all ISP's in Albania!!
Post automatically merged:
I can do that for you but not free. And not only for supervideo.tv but for all xvideosharing sites.![]()
yes, sureThanks for your contribution. Can i add this code as api example usage?