This commit is contained in:
FongMi 2024-12-13 09:46:17 +08:00
parent 53e9396817
commit 153302edf2
3 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ public class Feiyang extends Spider {
public String liveContent(String url) {
int retry = 0;
while ((OkHttp.string(URL)).isEmpty() && retry++ < 10) SystemClock.sleep(250);
return OkHttp.string(!url.isEmpty() ? url : URL + extend);
return OkHttp.string(!url.isEmpty() ? url : extend.startsWith("http") ? extend : URL + extend);
}
private void createShell() {

Binary file not shown.

View File

@ -1 +1 @@
4ca3625761f6a9730996f97052237ee6
5eca10ef7ce239ec9dfe462c87d57519