Fix
This commit is contained in:
parent
50c541786d
commit
4772c8b0a7
|
|
@ -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…
Reference in New Issue