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.
youtub-dl work in command line bot not work in php #26379
Comments
|
You should check stdout or stderr of your exec command. And url should be placed in double quote "". |
|
return : [youtube] yIRBMRTb260: Downloading webpage WARNING: Assuming --restrict-filenames since file system encoding cannot encode all characters. Set the LC_ALL environment variable to fix this. |
it works when I use
youtub-dl --cookies cookies.txt --get-url $urlin LINUX terminal.but it dose not work when I use
exec("youtub-dl --cookies cookies.txt --get-url $url");in PHP.and it work when I delete --cookies cookies.txt from code.
return : [youtube] yIRBMRTb260: Downloading webpage
WARNING: Assuming --restrict-filenames since file system encoding cannot encode all characters. Set the LC_ALL environment variable to fix this.
[youtube] yIRBMRTb260: Downloading webpage
ERROR: yIRBMRTb260: YouTube said: Unable to extract video data
help please.