Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
I have this code in my php file but it doesn't work so what's wrong with it?
$cmd .= "/usr/local/bin/youtube-dl --embed-thumbnail -x --audio-format mp3 -o "/var/www/%(title)s.%(ext)s" ";
$cmd .= escapeshellarg($link);
shell_exec($cmd);
I can't find anything on the net so it would be awsome if you could help me.