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

When I do query by author, it returns this link: https://www.youtube.com/watch?v=UKY3scPIMd8 Does this mean the API is not supported anymore? How can I query for video now?

I'm getting the error: > YouTubeIt::AuthenticationError: BadAuthentication I just want to confirm my authentication details: `@client = YouTubeIt::Client.new(:username => "[email protected]", :password => "password_to_gmail", :dev_key => "youtube_api_credentials_key")` So, 1. :username is...

I got above error client = YouTubeIt::OAuth2Client.new(client_access_token: get_access_token["access_token"], client_refresh_token: key, client_id: "1026874697644-4dq6e9qhimuqb9j3j7gbabj7oh22.com", client_secret: "key", dev_key: "key") Any idea in rails 5.1.4.

Bundler could not find compatible versions for gem "rack": In Gemfile: rails (>= 5.0.0.1, ~> 5.0.0) was resolved to 5.0.0.1, which depends on actionpack (= 5.0.0.1) was resolved to 5.0.0.1,...

Is there a method to retrieve the hd thumbnail url? http://stackoverflow.com/questions/2068344/how-do-i-get-a-youtube-video-thumbnail-from-the-youtube-api

Hey, I try to use this code in my project: https://github.com/funkenstrahlen/podcast-to-youtube/blob/master/main.rb#L12-L41 However I get an invalid token when trying [to upload a video](https://github.com/funkenstrahlen/podcast-to-youtube/blob/master/main.rb#L70). This is what happens: ``` connecting to...

As of March 4th, 2014, the Youtube v2 API is now deprecated. https://developers.google.com/youtube/2.0/developers_guide_protocol_audience It would be great to have YoutubeIt be upgraded for v3 before the v2 API is shut...

Hello, this is not really a BUG, but it was very difficult to track down and could be implemented and/or documented more clearly. To upload a video as unlisted, the...