mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-03-11 17:45:30 +00:00
remove useless console.log
and set dlVideoDownload as non-default
This commit is contained in:
parent
f6303c1a6e
commit
cce7956b07
3 changed files with 2 additions and 4 deletions
|
|
@ -2,4 +2,4 @@ q: 0
|
|||
nServer: 1
|
||||
mp4mux: false
|
||||
noCleanUp: false
|
||||
dlVideoOnce: true
|
||||
dlVideoOnce: false
|
||||
|
|
@ -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--;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue