0.1.0 • Published 8 years ago

rutube v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

rutube

version download

Rutube api implement for nodejs. (ref: http://rutube.ru/info/to_developers)

js-standard-style

Usage

var rutube = require('./index')

rutube.searchVideo({
  page: 1,
  limit: 5,
  query: 'ted',
  filter: {
    created: 'week',
    author_id: 1001378,
    category_id: 8,
    duration: 'medium'
  // only_hd: true
  },
  short: 'created'
}, function (err, result) {
  console.log(err, result)
})

Search

video #

rutube.searchVideo({
  page: 1,
  limit: 5,
  query: 'ted'
}, function (err, result) {
  console.log(err, result)
})

Documentation

See the documentation

Release History

See the changelog

LICENSE

rutube is licensed under the MIT license.