getTrailer1();
//var_dump($_REQUEST);exit;
if (!isValidURL($trailer)) {
if (!empty($_REQUEST['playlist_id'])) {
$trailer = PlayLists::getTrailerIfIsSerie($_REQUEST['playlist_id']);
}
}
if (isValidURL($trailer)) {
echo '';
?>
allowDownloadMP3){
$filename = $videoAB->getFilename();
$paths = Video::getPaths($filename);
$mp3File = "{$paths['path']}{$video['filename']}.mp3";
if (file_exists($mp3File)) {
$mp3URL = getVideosURLAudio($mp3File, true);
//var_dump($mp3URL);
$mp3URL['mp3']['url'] = addQueryStringParameter($mp3URL['mp3']['url'], 'download', 1);
?>
" target="_blank">
";
}
}else{
echo '';
}
?>