YouTube playlist 200

Youtube the maximum YouTube playlist length

youtubeyoutube-playlist

What is the maximum number of videos permitted in a YouTube playlist? If you were to believe the docs, you would think this is 200 items, but I have noticed that, in the last few months, YouTube is apparently letting me go beyond 200 videos?

Am I somehow benefiting from a helpful bug in having playlists above 200, or has YouTube not updated their docs to reflect reality?

I want to know if I can safely take advantage of these larger playlists, or if I should keep my playlists under this somewhat arbitrary 200 item value, even though the system permits me to have more.

Best Answer

The limit is 5,000. Once you hit this limit using the API you receive the following response:

{ "error": { "errors": [ { "domain": "youtube.playlistItem", "reason": "playlistContainsMaximumNumberOfVideos", "message": "Playlist contains maximum number of items." } ], "code": 403, "message": "Playlist contains maximum number of items." } }

Attempting to add more videos via the web page does... nothing [at time of writing].

You can simply open the playlist and look at the number of items, or query via the API.

Related Question
  • YouTube playlist contains videos with playback restrictions, but no reason what the restriction is
  • Youtube How to view what playlist, if any, a YouTube video is in
  • Youtube Deleted playlist videos on YouTube
  • Youtube Does deleting a playlist on YouTube also delete the videos
  • Youtube How to see the total length of all the videos in a YouTube playlist
  • Youtube Anonymous YouTube playlist
  • Youtube How to rename YouTube videos in the playlist
  • YouTube playlist not in dark theme
  • Youtube How to go back to the old YouTube playlist editor

Video liên quan

Chủ Đề