1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-01-26 09:52:17 +00:00

Download a list of videos

This commit is contained in:
shirj
2020-02-15 12:06:31 -05:00
parent 260057d4e1
commit ee9ec1aa5f
2 changed files with 51 additions and 39 deletions

View File

@@ -18,11 +18,13 @@
"license": "MIT",
"devDependencies": {
"@types/puppeteer": "^1.20.0",
"@types/terminal-kit": "^1.28.0"
"@types/terminal-kit": "^1.28.0",
"@types/yargs": "^15.0.3"
},
"dependencies": {
"puppeteer": "^1.20.0",
"terminal-kit": "^1.26.10",
"typescript": "^3.6.3"
"typescript": "^3.6.3",
"yargs": "^15.0.3"
}
}