Nothing Special   »   [go: up one dir, main page]

0.0.3 • Published 9 years ago

youtube-crawler v0.0.3

Weekly downloads
11
License
MIT
Repository
github
Last release
9 years ago

youtube-crawler

An youtube crawler/ripper that doesn't need an API code.

Usage

var crawler = require('youtube-crawler');

crawler('Cat videos', function (results) {
  console.dir(results); //Outputs an array filled with cat videos.
});

License

Check the LICENSE.md file.