We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f06ea8f + 1f1fef1 commit 2f1f029Copy full SHA for 2f1f029
src/main/java/me/kavin/piped/Main.java
@@ -42,7 +42,7 @@ public static void main(String[] args) throws Exception {
42
Security.setProperty("crypto.policy", "unlimited");
43
Security.addProvider(new BouncyCastleProvider());
44
45
- ReqwestUtils.init(REQWEST_PROXY_USER, REQWEST_PROXY, REQWEST_PROXY_PASS);
+ ReqwestUtils.init(REQWEST_PROXY, REQWEST_PROXY_USER, REQWEST_PROXY_PASS);
46
47
NewPipe.init(new DownloaderImpl(), new Localization("en", "US"), ContentCountry.DEFAULT, Multithreading.getCachedExecutor());
48
YoutubeStreamExtractor.forceFetchAndroidClient(true);
0 commit comments