Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download multiple playlists to their own autonamed folders? #5606

Closed
truth1ness opened this issue May 4, 2015 · 2 comments
Closed

Download multiple playlists to their own autonamed folders? #5606

truth1ness opened this issue May 4, 2015 · 2 comments

Comments

@truth1ness
Copy link

@truth1ness truth1ness commented May 4, 2015

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

@dstftw
Copy link
Collaborator

@dstftw dstftw commented May 4, 2015

Post the full output you get when running with --verbose option. At least first screen.

@truth1ness
Copy link
Author

@truth1ness truth1ness commented May 4, 2015

Oh, I got it to work, it was a url mistake. Marking as closed.

@truth1ness truth1ness closed this May 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.