youtube-crawler
Version:
Another youtube crawler, no API key needed
31 lines (30 loc) • 654 B
JSON
{
"name": "youtube-crawler",
"version": "0.0.3",
"description": "Another youtube crawler, no API key needed",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/96AA48/node-youtube-crawler.git"
},
"keywords": [
"youtube",
"crawler",
"api",
"list",
"songs",
"videos"
],
"author": "Bram van der Veen",
"license": "MIT",
"bugs": {
"url": "https://github.com/96AA48/node-youtube-crawler/issues"
},
"homepage": "https://github.com/96AA48/node-youtube-crawler#readme",
"dependencies": {
"cheerio": "^0.19.0"
}
}