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.
Unable to download Playlist with output directory specified #5176
Comments
|
|
|
Great thanks, I'm glad it was just a simple misuse of the syntax. |
When trying to download a playlist to a specific directory youtube-dl fails with a permissions error, but when leaving out the directory path it works fine.
Note: I also tried specifying the full path to the YouTube-DL executable, but that also fails: "C:\Program Files\Youtube-DL\youtube-dl.exe" --yes-playlist --output "C:\Temp\Downloads" "https://www.youtube.com/watch?v=6ikNYC0WVYs&list=PLzA5WNGSs-SF7h0zNhIidlU0h1KZ0WjlF"
Below is the verbose output from the failed example when specifying the output directory: