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

Fix comments api #215

Closed sbounmy closed 10 years ago

sbounmy commented 10 years ago

fix add / delete comments related ticket : https://github.com/kylejginavan/youtube_it/issues/196

kylejginavan commented 10 years ago

Please fix the build and I can merge this.

sbounmy commented 10 years ago

spec is now green locally, not sure why it failed on travis... I also removed comment reply, it seems to not be supported anymore by youtube API, I had :

Video comment replies are no longer supported: CommentReplyInsertException
kylejginavan commented 10 years ago

What version of ruby are you using?

sbounmy commented 10 years ago

my specs are running against ruby 1.9.3p194

jeff-savin commented 10 years ago

Would love to have this fix. Any ETA on when the SSL version of the comments can be merged in?

sbounmy commented 10 years ago

screwed up this PR with bad merge sorry. here is a cleaner PR : https://github.com/kylejginavan/youtube_it/pull/230