mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-04-20 16:02:14 +00:00
Fixed #141
This commit is contained in:
parent
059204f38d
commit
a2cd2964f3
3 changed files with 8 additions and 2 deletions
6
funi.ts
6
funi.ts
|
|
@ -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
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "multi-downloader-nx",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue