update ALL

This commit is contained in:
qist
2024-05-13 09:18:33 +08:00
parent d00445bc1f
commit 55034358cb
34 changed files with 708 additions and 522 deletions

View File

@@ -93,7 +93,7 @@ class StarSpider extends Spider {
}
async setFilterObj() {
for (const type_dic of this.classes.slice(1, 5)) {
for (const type_dic of this.classes.slice(0, 4)) {
let type_id = type_dic["type_id"]
if (type_id !== "最近更新") {
let url = this.siteUrl + `${type_id}/all/all/all`