Add files via upload

This commit is contained in:
n3rddd 2024-05-19 22:14:43 +08:00 committed by GitHub
parent 2d7ee4c720
commit 772e5bcc6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = {"玩偶电影":"电影","玩偶剧集":"电视剧"}
}