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.
Fetch playlist information even if --no-playlist is used #15503
Comments
|
This is expected behavior. |
|
If this is the expected behaviour, please consider this as a feature request. Note how both playlist id and index are inside URL ("...&list=PL0lo9MOBetEGRAJzoTCdco_fOKDfhqaOY&index=7...") so it should be possible to figure them out. |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.02.04. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Description of your issue, suggested solution and other information
I want to download a single video out of a playlist, but I want to use playlist output templates such as "playlist_title" and "playlist_index" at the same time.
"--no-playlist" option seems to be the preferred way for downloading a single video, but playlist metadata is not available if it is used (note that playlist is in the URL, so playlist information can be inferred):
Omitting "--no-playlist", playlist info is present but it wants to download all videos:
I didn't try using "--playlist-start/end/items" to work around as I wanted to report this issue first.