Added New Method for getting youtube data

This commit is contained in:
killer069
2021-08-08 19:06:00 +05:30
parent f91508d652
commit 1a16c9af20
5 changed files with 524 additions and 42 deletions

View File

@@ -2,7 +2,7 @@
"name": "killer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
@@ -18,6 +18,7 @@
},
"homepage": "https://github.com/killer069/node-youtube-dl#readme",
"dependencies": {
"got": "^11.8.2",
"node-fetch": "^2.6.1"
},
"devDependencies": {