update CAT

This commit is contained in:
qist
2024-05-22 10:56:27 +08:00
parent 8a7360760f
commit ab6af24701
32 changed files with 1064 additions and 466 deletions

View File

@@ -14,8 +14,7 @@ import {_, load, Uri} from "../lib/cat.js";
import * as HLS from "../lib/hls.js";
import {hlsCache, tsCache} from "../lib/ffm3u8_open.js";
import {DanmuSpider} from "../lib/danmuSpider.js";
import {initAli} from "../lib/ali.js";
import { initCloud } from "../lib/cloud.js";
class Result {
constructor() {
this.class = []
@@ -453,8 +452,8 @@ class Spider {
}
async initAli(token, db = null) {
await initAli(token, db)
async initCloud(token) {
await initCloud(token)
}
async spiderInit() {