update ALL

This commit is contained in:
qist
2024-05-20 15:50:52 +08:00
parent edd429f624
commit 354647a811
20 changed files with 640 additions and 634 deletions

View File

@@ -16,7 +16,7 @@ import {Spider} from "./spider.js";
class WoggSpider extends Spider {
constructor() {
super();
this.siteUrl = 'https://www.wogg.xyz';
this.siteUrl = 'https://www.wogg.net';
this.woggTypeObj = {"玩偶电影":"电影","玩偶剧集":"电视剧"}
}