diff --git a/www/boris/youtube.php b/www/boris/youtube.php index a7e608d..8e6460b 100644 --- a/www/boris/youtube.php +++ b/www/boris/youtube.php @@ -41,7 +41,12 @@ if (isset($_GET['tags']) and !empty($_GET['tags'])) { } foreach ($videos as $v) { - + + if (empty($v)) { + + continue; + } + list($contentType, $videoID, $year, $filename, $saison, $tagsStr, $ipnsHash, $definition, $videoURI) = explode(";", $v); list($videoSource, $videoID) = handleVideoID($videoID);