这是try.php文件
<?
echo shell_exec('youtube-dl https://yotube.com?xxxxxx');
?>
在命令行上
php try.php
给了我以下
WARNING: Your copy of avconv is outdated and unable to properly mux separate video and audio files, youtube-dl will download single file media. Update avconv to version 10-0 or newer to fix this.
[youtube] 5Zq5wjkJ_Es: Downloading webpage
[youtube] 5Zq5wjkJ_Es: Extracting video information
[youtube] 5Zq5wjkJ_Es: Downloading DASH manifest
root@vps:/usr/bin#
但是当我在网络浏览器上运行时
表明