remove useless console.log

and set dlVideoDownload as non-default
This commit is contained in:
RavensRain 2022-09-11 13:22:05 +02:00
parent f6303c1a6e
commit cce7956b07
3 changed files with 2 additions and 4 deletions

View file

@ -2,4 +2,4 @@ q: 0
nServer: 1
mp4mux: false
noCleanUp: false
dlVideoOnce: true
dlVideoOnce: false

View file

@ -1100,8 +1100,6 @@ export default class Crunchy implements ServiceClass {
if(dlVideoOnce && options.dlVideoOnce) {
// Select the lowest resolution with the same codecs
while(quality !=1 && plQuality[quality - 1].CODECS == plQuality[quality - 2].CODECS) {
console.log(quality);
console.log(plQuality[quality - 1].CODECS == plQuality[quality - 2].CODECS);
quality--;
}
}

View file

@ -188,7 +188,7 @@ const args: TAppArg<boolean|number|string|unknown[]>[] = [
+ '\nThis will speed up the download speed, if multiple languages are selected.',
usage: '',
default: {
default: true
default: false
}
},
{