mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00
This commit is contained in:
parent
7e08cd9bd5
commit
e2a58155d5
1 changed files with 2 additions and 0 deletions
|
@ -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'])) {
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue