From 1fa4d5bbbbbb918003b14a4b6640fccfed7000e1 Mon Sep 17 00:00:00 2001 From: AnimeDL Date: Sun, 14 Apr 2024 10:00:56 -0700 Subject: [PATCH] options fixes --- modules/module.args.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/module.args.ts b/modules/module.args.ts index 751a981..fcea3e1 100644 --- a/modules/module.args.ts +++ b/modules/module.args.ts @@ -193,7 +193,7 @@ const args: TAppArg[] = [ describe: 'Download only once the video with the best selected quality', type: 'boolean', group: 'dl', - service: ['crunchy'], + service: ['crunchy', 'ao'], docDescribe: 'If selected, the best selected quality will be downloaded only for the first language,' + '\nthen the worst video quality with the same audio quality will be downloaded for every other language.' + '\nBy the later merge of the videos, no quality difference will be present.'