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 need option to set video position #163

Closed huyha85 closed 11 years ago

huyha85 commented 11 years ago

Hi, I have used youtube_it for a while and it works great. However, when I add a video to a playlist, I have no option to set the position of the video in playlist. This feature seems to be very important as it allows user to order the videos in the list. Should you please add it soon? As it's very simple (just add yt:position tag to xml) Thank you,

chebyte commented 11 years ago

I just added and I added a new method for update the position too, check the readme

thanks!