Temporarily fix Downloader.
This commit is contained in:
parent
ab26e65fdb
commit
26010946c2
|
@ -231,7 +231,7 @@ public class Downloader extends QueueThing<TrackRequest, Track>
|
|||
List<Track> ret = new ArrayList<>();
|
||||
try
|
||||
{
|
||||
String cmd = Chords.getSettings().getYtdlCommand() + " --skip-download --write-info-json " + request.getUrl().toString();
|
||||
String cmd = Chords.getSettings().getYtdlCommand() + " --skip-download --print-json " + request.getUrl().toString();
|
||||
Process exec = runCommand(cmd, INFO_TIMEOUT);
|
||||
InputStream input = exec.getInputStream();
|
||||
|
||||
|
|
Loading…
Reference in New Issue