X-Git-Url: https://git.cweiske.de/playVideoOnDreamboxProxy.git/blobdiff_plain/d7c339117f8bd06942c95460050d85185ef52676..53547a00a04ba956104748231cdc4d140355544d:/www/play.php diff --git a/www/play.php b/www/play.php index 983cd7f..8109951 100644 --- a/www/play.php +++ b/www/play.php @@ -8,6 +8,8 @@ if (file_exists($cfgFile)) { include $cfgFile; } +set_error_handler('errorHandlerStore'); + $pageUrl = getPageUrl(); $json = getYoutubeDlJson($pageUrl, $youtubedlPath); $videoUrl = extractVideoUrlFromJson($json);