--get-playlist: consider add new flag to get more information about the playlist: duration, count, visibility, etc. #24785

Open
opened 2026-02-21 12:12:17 -05:00 by deekerman · 0 comments
Owner

Originally created by @Dentrax on GitHub (Dec 17, 2021).

Checklist

  • I'm reporting a feature request
  • I've verified that I'm running youtube-dl version 2021.12.17
  • I've searched the bugtracker for similar feature requests including closed ones

Description

Similar to --yes-playlist but for getting information about the specified playlist:

$ youtube-dl --get-playlist 'https://www.youtube.com/playlist?list=RDCMUCCezIgC97PvUuR4_gbFUs5g'

It would be great to get detail about the playlist. The following above command should output such information:

  • total duration of the playlist
  • total size of videos
  • download ETA
  • total video count of the playlist
  • create date of playlist
  • update date of the playlist
  • latest added video
  • visibility: public, private, etc.
  • which videos a liked/disliked
  • which videos I have watched
  • ...

What do you think?

Originally created by @Dentrax on GitHub (Dec 17, 2021). <!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check list in order to prevent the most common mistakes and misuse of youtube-dl: - First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is 2021.12.17. If it's not, see https://yt-dl.org/update on how to update. Issues with outdated version will be REJECTED. - Search the bugtracker for similar feature requests: http://yt-dl.org/search-issues. DO NOT post duplicates. - Finally, put x into all relevant boxes (like this [x]) --> - [X] I'm reporting a feature request - [X] I've verified that I'm running youtube-dl version **2021.12.17** - [X] I've searched the bugtracker for similar feature requests including closed ones ## Description <!-- Provide an explanation of your issue in an arbitrary form. Please make sure the description is worded well enough to be understood, see https://github.com/ytdl-org/youtube-dl#is-the-description-of-the-issue-itself-sufficient. Provide any additional information, suggested solution and as much context and examples as possible. --> Similar to `--yes-playlist` but for getting information about the specified playlist: ``` $ youtube-dl --get-playlist 'https://www.youtube.com/playlist?list=RDCMUCCezIgC97PvUuR4_gbFUs5g' ``` It would be great to get detail about the playlist. The following above command should output such information: * total duration of the playlist * total size of videos * download ETA * total video count of the playlist * create date of playlist * update date of the playlist * latest added video * visibility: public, private, etc. * which videos a liked/disliked * which videos I have watched * ... What do you think?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl#24785
No description provided.