This commit is contained in:
Izuco 2021-11-05 17:46:07 +01:00
parent 059204f38d
commit a2cd2964f3
No known key found for this signature in database
GPG key ID: 318460063D70949F
3 changed files with 8 additions and 2 deletions

View file

@ -57,6 +57,12 @@ let title = '',
export default (async () => {
// load binaries
cfg.bin = await yamlCfg.loadBinCfg();
if (argv.allDubs) {
argv.dub = appYargs.dubLang;
}
if (argv.allSubs) {
argv.subLang = appYargs.subLang;
}
// select mode
if(argv.auth){
auth();

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "multi-downloader-nx",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,7 +1,7 @@
{
"name": "multi-downloader-nx",
"short_name": "aniDL",
"version": "1.0.0",
"version": "1.0.1",
"description": "Download videos from Funimation or Crunchyroll via cli.",
"keywords": [
"download",