Skip to content

Commit c3310d5

Browse files
authored
Fix FFMPEGDownloader to download using HTTPS
0110.be only allows file downloads over https.
1 parent 2d590d6 commit c3310d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/be/tarsos/dsp/util/FFMPEGDownloader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*/
2525
public class FFMPEGDownloader {
2626

27-
private static String url = "http://0110.be/releases/TarsosDSP/TarsosDSP-static-ffmpeg/";
27+
private static String url = "https://0110.be/releases/TarsosDSP/TarsosDSP-static-ffmpeg/";
2828

2929
private final String ffmpegBinary;
3030

0 commit comments

Comments
 (0)