[dep] dependency updates

This commit is contained in:
Nemo 2022-08-26 17:19:30 +05:30
parent bb11d6e9a8
commit 9245d84332
3 changed files with 1262 additions and 670 deletions

View File

@ -49,6 +49,7 @@ if (argv.version) {
let url = argv._[0];
ytdl.getInfo(url).then((info) => {
console.log(info)
let audioFile = argv["audio-file"]
? argv["audio-file"]
: `${info.videoDetails.title}.m4a`;

1929
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,7 @@
"console-log-level": "^1.4.1",
"get-artist-title": "^1.3.1",
"minimist": "^1.2.5",
"update-notifier": "^5.1.0",
"update-notifier": "^6.0.2",
"ytdl-core": "^4.8.2"
},
"repository": {