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:
parent
4cbbfc31b7
commit
feb4274c8e
1 changed files with 2 additions and 2 deletions
|
@ -181,7 +181,7 @@ class WWBNIndex extends PluginAbstract
|
||||||
"avideo_id" => getPlatformId(),
|
"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)
|
private function getFeedStatus($host)
|
||||||
|
@ -195,7 +195,7 @@ class WWBNIndex extends PluginAbstract
|
||||||
"host" => $host,
|
"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)
|
public function check_site_availability($url)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue