1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00
DanielnetoDotCom 2021-01-08 17:13:16 -03:00
parent 7e08cd9bd5
commit e2a58155d5

View file

@ -68,6 +68,8 @@ if(empty($source['url'])){
if(empty($source['url'])){
echo "<!-- we could not get the MP4 source file -->";
}
}else{
$source['url'] = str_replace(".m3u8", ".m3u8.mp4", $source['url']);
}
if (!AVideoPlugin::isEnabledByName("SecureVideosDirectory") && !empty($source['url'])) {
?>