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.
Download multiple playlists to their own autonamed folders? #5606
Comments
|
Post the full output you get when running with |
|
Oh, I got it to work, it was a url mistake. Marking as closed. |
So I'm not sure if this is even possible but I thought I'd give it a try. I put the %(playlist_title) tag as the subdirectory in the -o template like this
-o "/Users/mmarotta/code/testenv3/%(playlist_title)s/%(playlist_index)s-%(title)s.%(ext)s". However it created a folder name NA and didn't get to the second playlist. Is this because youtube-dl can't do multiple playlists at once or because it can't put variables into the folder name or both? Is what I'm trying possible at the moment? Is it possible to autoname even one folder?youtube-dl -o "/Users/[user]/code/testenv3/%(playlist_title)s/%(playlist_index)s-%(title)s.%(ext)s" https://www.youtube.com/watch?v=Cgm3r-G0cMQ&index=1&list=PLAwxTw4SYaPk41og7PER4HBpGciPw6n3x https://www.youtube.com/playlist?list=PLAwxTw4SYaPnJVtPvZZ5zXj_wRBjH0FxX