This commit is contained in:
GH Action - Upstream Sync 2023-04-11 12:32:05 +00:00
commit 3cf39abdad
1 changed files with 1 additions and 0 deletions

View File

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