Ability to reduce unnecessary bandwidth usage #381
No reviewers
Labels
No labels
Wrong-Place
bug
cli
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
ice
invalid
question
request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/multi-downloader-nx#381
Loading…
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added the dlVideoOnce option that automatically downloads the best video quality only once and then downloads the worst available video quality with the same audio quality if multiple languages are selected.
This is achieved by comparing the codecs, because if the codecs are the same, the quality will be the same.
I see now that I forgot to remove console.log inside the while loop.
The
console.logs should be removed.Also we should Test that the feature works on every situation before setting it as default.
Therefor some tests on our end are required.
However thanks a lot for your contribution.
Looks good to me, though I did notice the argument is marked for both, though only actually affects crunchy
LGTM