Update youtube.php

This commit is contained in:
tianyu 2015-08-09 10:20:31 +08:00
parent e9267965dc
commit f4c250247c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
echo json_encode($urls, JSON_UNESCAPED_SLASHES); echo json_encode($urls, JSON_UNESCAPED_SLASHES);
#shell_exec("echo '".json_encode($urls)."' >>/tmp/out.txt 2>&1 &"); #shell_exec("echo '".json_encode($urls)."' >>/tmp/out.txt 2>&1 &");
foreach ($urls as $url) { foreach ($urls as $url) {
shell_exec("cd /home/downloads;./youtube ".escapeshellarg($url)." >>/tmp/youtube.txt 2>&1 &"); shell_exec("./youtube.sh ".escapeshellarg($url)." >>/tmp/youtube.txt 2>&1 &");
} }
exit; exit;
} else { } else {