youtube_it icon indicating copy to clipboard operation
youtube_it copied to clipboard

An object-oriented Ruby wrapper for the YouTube GData API

Results 33 youtube_it issues
Sort by recently updated
recently updated
newest added

Thank you for great gem. Is there anyway to handle in the cases that youtube return error code after upload? What happen when we query for video(s) that are in...

`client.videos_by(user: "NBA", query: "Kobe Bryant")` The following returns the latest videos for the NBA channel. Is there a way to query within a channel? This doesn't seem to work.

Hi, I'm currently trying to figure out how to fetch profile information from the uploader of a video. Assuming I'm fetching the video info with `Client#video_by 'foo'`, I have an...