0.0.3 • Published 9 years ago
youtube-crawler v0.0.3
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.