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

Added some other parameters supported by Youtube search API #84

Closed amitamb closed 12 years ago

amitamb commented 12 years ago

Although http://code.google.com/apis/youtube/reference.html#yt_format supports many other parameters, there was no way to pass them though youtube_it API. I am adding support for those paramters through this pull request.

This is my first OS contribution and don't know what are the best practices to follow here. But this is really a small change and I have used that addition successfully in my project.