diff --git a/proj/YT2P/handler.php b/proj/YT2P/handler.php index dcce7d2..4b6679c 100644 --- a/proj/YT2P/handler.php +++ b/proj/YT2P/handler.php @@ -21,8 +21,8 @@ $cmd = "python3 y2t.py " . $url . " " . $lang ; exec($cmd, $output, $return); - echo "

Debug empty(output):"; - echo empty($output); + echo "

Debug echo output:"; + echo $output; echo "

"; if (strlen($output) > 0) {