rutube

0.1.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i rutube

Weekly Downloads

4

Version

0.1.0

License

MIT

Last publish

Collaborators

  • egg-