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

The "--no-playlist" flag is ignored #8746

Closed
epiraces opened this issue Mar 3, 2016 · 3 comments
Closed

The "--no-playlist" flag is ignored #8746

epiraces opened this issue Mar 3, 2016 · 3 comments

Comments

@epiraces
Copy link

@epiraces epiraces commented Mar 3, 2016

I see this issue when using as:
youtube-dl --no-playlist https://www.youtube.com/playlist?list=1234567890abcdefghhijklmnop

After running the above, I still see all videos are downloaded. I am using 2016.03.01.

@kidol
Copy link
Contributor

@kidol kidol commented Mar 3, 2016

That's not how it works. Option description:

--no-playlist
Download only the video, if the URL refers to a video and a playlist.

If you want to download only 1 video, whether playlist or not, you can use --playlist-end 1.

I don't think there is an option to fully ignore playlist url's. Do you need this?

@epiraces
Copy link
Author

@epiraces epiraces commented Mar 3, 2016

I see, my bad. Thanks for pointing that out. I think it could be an useful feature, specially for those of us integrating youtube-dl into larger applications. I'd be happy to take a stab if some direction was given. Feel free to close or re-tag. And again, thanks for clarifying this.

@epiraces
Copy link
Author

@epiraces epiraces commented Mar 3, 2016

Actually, I think this may be redundant as you are right that --playlist-end 1 will do it. Please ignore the above comment. Thanks again!

@epiraces epiraces closed this Mar 3, 2016
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.