pull/69/head
FongMi 2 years ago
parent 50c541786d
commit 4772c8b0a7
  1. 3
      app/src/main/java/com/github/catvod/spider/Bili.java
  2. BIN
      jar/custom_spider.jar
  3. 2
      jar/custom_spider.jar.md5

@ -39,6 +39,7 @@ import java.util.concurrent.ScheduledExecutorService;
*/
public class Bili extends Spider {
private static final String COOKIE = "buvid3=84B0395D-C9F2-C490-E92E-A09AB48FE26E71636infoc";
private static Map<String, String> audios;
private static String cookie;
@ -74,7 +75,7 @@ public class Bili extends Spider {
cookie = extend.get("cookie").getAsString();
if (cookie.startsWith("http")) cookie = OkHttp.string(cookie).trim();
if (TextUtils.isEmpty(cookie)) cookie = FileUtil.read(getUserCache());
if (TextUtils.isEmpty(cookie)) cookie = getCookie();
if (TextUtils.isEmpty(cookie)) cookie = COOKIE;
}
private List<Filter> getFilter() {

Binary file not shown.

@ -1 +1 @@
f6c79a469fd9a93db4dbd5fb568b705a
f5b3145384dbe67650ea3fe783764bd0

Loading…
Cancel
Save