0.0.3 • Published 8 years ago

youtube-crawler v0.0.3

Weekly downloads
11
License
MIT
Repository
github
Last release
8 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.