X-Git-Url: https://git.cweiske.de/playVideoOnDreamboxProxy.git/blobdiff_plain/303a7ee4497e6d9bd4935c8b48f482093c0b1314..75f204ad6726a49e3607612cd5425d5fa9cdca0f:/www/functions.php diff --git a/www/functions.php b/www/functions.php index f0b6772..18cfaff 100644 --- a/www/functions.php +++ b/www/functions.php @@ -29,6 +29,7 @@ function getPageUrl() function getYoutubeDlJson($pageUrl, $youtubedlPath) { $cmd = $youtubedlPath + . ' --no-playlist'//would otherwise cause multiple json blocks . ' --quiet' . ' --dump-json' . ' ' . escapeshellarg($pageUrl)