pull/69/head
FongMi 4 years ago
parent dbe9457378
commit f84b0f98c9
  1. 2
      app/src/main/java/com/github/catvod/spider/Eighteen.java
  2. BIN
      jar/custom_spider.jar
  3. 2
      jar/custom_spider.jar.md5

@ -98,7 +98,7 @@ public class Eighteen extends Spider {
public String playerContent(String flag, String id, List<String> vipFlags) throws Exception {
HashMap<String, String> result = new HashMap<>();
Misc.loadWebView(url + id, getClient(result));
while (result.isEmpty()) SystemClock.sleep(250);
while (result.isEmpty()) SystemClock.sleep(10);
return Result.get().url(result.get("url")).string();
}

Binary file not shown.

@ -1 +1 @@
15eff96043ef1e975fb86b88cdc8809b
f491cfb7367a7dcc57bbc7a484614a24

Loading…
Cancel
Save