1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00

changed dev4.youportal.com url to wwbn.com

This commit is contained in:
Julius 2023-05-11 06:53:29 +00:00
parent 4cbbfc31b7
commit feb4274c8e

View file

@ -181,7 +181,7 @@ class WWBNIndex extends PluginAbstract
"avideo_id" => getPlatformId(),
);
return json_decode(postVariables("https://dev4.youportal.com/api/function.php", $data, false));
return json_decode(postVariables("https://wwbn.com/api/function.php", $data, false));
}
private function getFeedStatus($host)
@ -195,7 +195,7 @@ class WWBNIndex extends PluginAbstract
"host" => $host,
);
return json_decode(postVariables("https://dev4.youportal.com/api/function.php", $data, false));
return json_decode(postVariables("https://wwbn.com/api/function.php", $data, false));
}
public function check_site_availability($url)