|
|
|
|
@ -75,6 +75,7 @@ public class Bili extends Spider { |
|
|
|
|
} |
|
|
|
|
ext = new JSONObject(extend); |
|
|
|
|
if (ext.optString("cookie").length() > 0) { |
|
|
|
|
if (ext.optString("cookie").startsWith("http")) cookie = OkHttp.string(ext.optString("cookie")); |
|
|
|
|
cookie = ext.optString("cookie"); |
|
|
|
|
} else { |
|
|
|
|
getCookie(); |
|
|
|
|
|