在PHP中运行shell命令而不使用shell_exec

时间:2015-01-31 15:21:40

标签: php youtube-dl

出于安全原因,我的服务器当前已禁用shell_exec,因此我无法在我的php脚本中运行以下命令。 (我通常可以在使用ssh时使用)

echo shell_exec('youtube-dl -f 134 http://youtu.be/8R_e09bOELs');

PHP中是否有任何变通方法,所以我仍然可以在不调用shell_exec的情况下运行上述命令?

非常感谢任何想法。 TIA

1 个答案:

答案 0 :(得分:0)

如果它被禁用 - 你不能。还有许多其他方法可以从YouTube下载视频。只需谷歌:php youtube download