youtube downloader

This commit is contained in:
plane000
2018-07-29 18:34:01 +01:00
parent 592b7446e4
commit a0f946d62e
12 changed files with 371 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "youtube-dowloader",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ben (plane000)",
"license": "MIT",
"dependencies": {
"fs": "0.0.1-security",
"ytdl-core": "^0.21.1"
}
}