This commit is contained in:
FongMi 2023-12-13 18:46:27 +08:00
parent 5964dddf25
commit bac14d24e8
4 changed files with 7 additions and 2 deletions

View File

@ -516,6 +516,7 @@ public class AliYun {
if (thread == 1) {
return new Object[]{ProxyVideo.proxy(downloadUrl, headers)};
} else {
OkHttp.newCall("http://127.0.0.1:" + Proxy.getPort() + "/go?action=start").close();
return new Object[]{ProxyVideo.multi(downloadUrl, headers, thread)};
}
}

View File

@ -40,8 +40,12 @@ public class Proxy extends Spider {
}
}
public static int getPort() {
return port;
}
public static String getUrl() {
adjustPort();
return "http://127.0.0.1:" + port + "/proxy";
return "http://127.0.0.1:" + getPort() + "/proxy";
}
}

Binary file not shown.

View File

@ -1 +1 @@
99c040de9b1ebd3c51a256cac6c2f78d
db7cd9a0224413b3128409ed0f057405