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

Downloading Playlist with '--output' parameter gives error #341

Closed
oae opened this issue Apr 30, 2012 · 2 comments
Closed

Downloading Playlist with '--output' parameter gives error #341

oae opened this issue Apr 30, 2012 · 2 comments

Comments

@oae
Copy link

@oae oae commented Apr 30, 2012

when i try to download a playlist:

youtube-dl -o "%(stitle)s.%(ext)s" -i -l -w -c -f 45 --max-quality 45 --extract-audio http://www.youtube.com/playlist?list=PL9909DE87F568E318'

it gives an eror:
youtube-dl: error: using output template conflicts with using title, literal title or auto number

i don't want to see id's in file name so i am using --output parameter

@them0nk
Copy link

@them0nk them0nk commented May 11, 2012

you can use either --output parameter or -l (literal). Remove the -l option it should work as expected.

@oae
Copy link
Author

@oae oae commented May 11, 2012

thanks it is working now :)

@oae oae closed this May 11, 2012
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.