Download 8 fragments in parallel.
This commit is contained in:
parent
c2c748470f
commit
1d78f2a3fb
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue