Update default quality to max

This commit is contained in:
Izuco 2022-03-05 13:33:36 +01:00
parent 30b4b571a1
commit 54b031e516
No known key found for this signature in database
GPG key ID: E9CBE9E4EF3A1BFA

View file

@ -168,7 +168,7 @@ const args: TAppArg<boolean|number|string|unknown[]>[] = [
group: 'dl',
describe: 'Set the quality level. Use 0 to use the maximum quality.',
default: {
default: 7
default: 0
},
docDescribe: true,
service: 'both',