Download 8 fragments in parallel.

This commit is contained in:
Nekojimi 2024-04-01 12:07:57 +01:00
parent c2c748470f
commit 1d78f2a3fb
1 changed files with 1 additions and 0 deletions

View File

@ -357,6 +357,7 @@ public class Downloader extends QueueThing<TrackRequest, Track>
+ " --audio-format=wav" + " --audio-format=wav"
+ " --no-playlist" + " --no-playlist"
// + " --extractor-args youtube:player_client=android" // + " --extractor-args youtube:player_client=android"
+ " -N 8"
+ " -o " + getDownloadDir().getAbsolutePath() + "/%(title)s.%(ext)s " + " -o " + getDownloadDir().getAbsolutePath() + "/%(title)s.%(ext)s "
+ request.getUrl().toString(); + request.getUrl().toString();