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.
Multiple URLs in Single Line Broke in 2013.12.4 #1916
Comments
|
Could you please post the extact output where it fails and the first lines of the output (the |
|
\ means directory |
|
There is no need to resort to backslashes on Windows, slashes work just fine. Note that backslashes in the template should not be harmful ( Since you have closed the issue, I assume you have found the problem yourself. Feel free to share it though. Note that in order for us to help you with this issue, you must post the complete output of youtube-dl when called with the |
|
There is a problem the how % is handled in quotes in the command processor. There are instances that CMD treads the text between % as a variable and replace this with a null string. This does not happen very often through. Now I always escape % even within quotes. |
Following command
youtube-dl -i -f mp4 -v -o "%(uploader)s%(playlist)s%(playlist_index)s-%(title)s-%(id)s.%(ext)s" http://www.youtube.com/playlist?list=PL23DE0292227250FA http://www.youtube.com/playlist?list=PLlwuBpNY38y8n9N6_dgO6LJtKRenht1lU http://www.youtube.com/playlist?list=UUQJ6ESCWQotBwtJm0Ff_gyQ http://www.youtube.com/playlist?list=PL92CB0490FD400A21 http://www.youtube.com/playlist?list=PLBA48805EC25C0C64http://www.youtube.com/playlist?list=PL34979749519F0A1F
Starts the 1st playlist but "%(uploader)s%(playlist)s%(playlist_index)s-%(title)s-%(id)s.%(ext)s" expansion fails somewhere in between like in #1915