Status
Not open for further replies.
Any backup domain? Supervideo.tv is blocked from all ISP's in Albania!!
Post automatically merged:

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 can do that for you but not free. And not only for supervideo.tv but for all xvideosharing sites. :)
 
We are momentary offline. Time to restore one previous website version and we are online again
Post automatically merged:

i am also waiting fro the payment, since from 10 days
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.
we have skype contact.. i don't understand why you write it here. i give you many privileges on supervideo.

If internet still stable i try to send it today.
Post automatically merged:

Offline be longer that i aspect because the backup version don't contain some new system files and dev team is offline right now. It be online in 3-4 hours then we can start fix the problem.
 
Last edited:
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
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
#}
}
 
Yesterday we have critial problems caused by one of our tech admin.
The folder /var/www of main server be deleted and the backups server be formatted.

We are restore backup from 27 March. (this don't affect your files, all videos still online and database not be affected.

The only one thing what we lose is subtitles.

All user who use our service and get damage by losing uploaded srt please contact me on skype live:.cid.a9c3c3ba1277cd91

I want compensate all your lost work.

New updates soon.
Post automatically merged:

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
#}
}
Thanks for your contribution. Can i add this code as api example usage?
 
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. :)
For how much ??
Post automatically merged:

Hello admin, Why lot of time your upload page should in blank and offline servers ????
 
Have they removed the option of hardsubs in mkv files? Previously when uploading an mkv, it automatically showed the embedded subtitle. Now the subs don't come up anymore. Activate that option again please T_T
 
Status
Not open for further replies.
Back
Top