Skip to content

rubyrailsninja/rutube_uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

== rutube

Uploads video files into site http://rutube.ru

Make sure you have an account on that site. You can sign up on http://rutube.ru/accounts/register/

== Usage

require 'rubygems' require 'rutube'

uploader = Rutube::Uploader.new('[email protected]', 'p455w0rd') uploader.login # returns true on success result = uploader.upload :title => 'my winter holidays', :description => 'wonderful memories', :path => '/tmp/my_video.avi', :privacy => 'public'

find URL of your video by the title

uploader.find_video_url('my winter holidays')

find URL of your last uploaded and processed video file

uploader.latest_video_url

== Requirements

  • json (tested with json-1.7.4 gem)
  • mechanize (tested with mechanize-2.5.1 gem)

== Installation

gem install rutube

== Author

Iwakura Taro, [email protected]

== License

Application is released under the terms of the BSD License. See the License file for details.

About

very old gem I buy from a freelancer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published