diff --git a/download.php b/download.php index 5c7eb9a..ab2f177 100644 --- a/download.php +++ b/download.php @@ -124,7 +124,7 @@ Class VideoDownload if (isset($format)) { $cmd .= ' -f '.escapeshellarg($format); } - $cmd .=' --dump-json '.escapeshellarg($url)." 2>&1"; + $cmd .=' --no-warnings --dump-json '.escapeshellarg($url)." 2>&1"; exec( $cmd, $json, $code