0

Link to playlist: http://www.youtube.com/playlist?list=PL89275CCCD333C8EE

Should be RSS from playlist: http://gdata.youtube.com/feeds/api/playlists/PL89275CCCD333C8EE

Says: "Playlist Not Found"

I have found no references to privacy settings of any sorts that may not be set. Any help is much appreciated.

Jason Pawlak
  • 792
  • 1
  • 6
  • 20

3 Answers3

5

Two items changed and i can not comfirm whether just one or both comprise the full solution.

First... Custom channel URL was created

Second... In the URL above, remove the 'PL' from the list URL argument. None of the examples I had seen online made any mention of this, but once you remove the 'PL' (playlist?) and only use the id: 89275CCCD333C8EE it works very well.

Jason Pawlak
  • 792
  • 1
  • 6
  • 20
1

It should be like this: http://gdata.youtube.com/feeds/api/playlists/PL89275CCCD333C8EE?v=2&alt=jsonc

but you require an authentication also to work the above if the playlist is private.

As it works fine in my case: http://gdata.youtube.com/feeds/api/playlists/PL0F32F77A67A612A3?v=2&alt=jsonc

0

Okay here it is...

https://gdata.youtube.com/feeds/api/users/IDCsync/playlists/89275CCCD333C8EE

Its working

Playlist

xml

David Garcia
  • 3,056
  • 18
  • 55
  • 90