youtube-crawler
v0.0.3
Published
Another youtube crawler, no API key needed
Downloads
43
Maintainers
Readme
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.