kylejginavan / youtube_it

An object-oriented Ruby wrapper for the YouTube GData API
http://groups.google.com/group/ruby-youtube-library
595 stars 223 forks source link

add_video_to_playlist : UploadError: Playlist not found: ResourceNotFoundException #109

Closed mathieue closed 12 years ago

mathieue commented 12 years ago

Adding videos works great but can't remove videos from playlist. I've tryed to debug. It seems youtube uri is wrong:

example: https://gdata.youtube.com/feeds/api/playlists/65980EA35C941994/2

but i cant't understand why.

If anyone could help :)

Thx !

mathieue commented 12 years ago

we have to pass the correct id and not the track position. there will be a pull request by me.