Youtube – How to subscribe to a YouTube playlist

youtubeyoutube-playlist

Let's say there's a channel that churns out a lot of content, but I am only interested in a subset of it. That content cannot be made into a show, as per some YouTube guideline or whatever, but the channel owner helpfully compiles it into a playlist.

I know it's possible to subscribe to a show, but what about a playlist?

(I actually remember doing so about 3 design iterations back, but I can't find it now.)

Best Answer

I'd make 2 changes to @eisb's suggestion:

  1. That is an invalid playlist Id, so try "8DCB3F2E1AF98B48" (Cronoslogic's 'Hubble Space Telescope' series), but more importantly
  2. Use 'base' rather than 'api' in the URL, e.g http://gdata.youtube.com/feeds/base/playlists/8DCB3F2E1AF98B48

In the documentation, it says "Similarly, if you prefer to use the base projection, which is well suited to feed readers, you can substitute base for api in any of the sample requests described in the API documentation." It seems the api projection is more for developers.

I've just added that to Google Reader and it works fine.