Stop pretending to be Android.

This commit is contained in:
Nekojimi 2024-04-01 11:47:21 +01:00
parent 26010946c2
commit 268af0ff3f
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ public class Downloader extends QueueThing<TrackRequest, Track>
+ " -f " + formatCodes + "worstaudio/bestaudio/worst/best" + " -f " + formatCodes + "worstaudio/bestaudio/worst/best"
+ " --audio-format=wav" + " --audio-format=wav"
+ " --no-playlist" + " --no-playlist"
+ " --extractor-args youtube:player_client=android" // + " --extractor-args youtube:player_client=android"
+ " -o " + getDownloadDir().getAbsolutePath() + "/%(title)s.%(ext)s " + " -o " + getDownloadDir().getAbsolutePath() + "/%(title)s.%(ext)s "
+ request.getUrl().toString(); + request.getUrl().toString();