From f105909e73bf102f8a68800464ccbc8258a9df39 Mon Sep 17 00:00:00 2001 From: Harold <8866033@gmail.com> Date: Mon, 20 Apr 2026 14:27:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=A9=E5=81=B6=E8=81=9A=E5=90=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/玩偶聚合.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py/玩偶聚合.py b/py/玩偶聚合.py index c11f172..a4732f5 100644 --- a/py/玩偶聚合.py +++ b/py/玩偶聚合.py @@ -48,7 +48,7 @@ class Spider(BaseSpider): { "id": "wanou", "name": "玩偶", - "domains": ["https://www.wogg.net"], + "domains": ["https://wogg.xxooo.cf"], "filter_files": ["wogg.json"], "list_xpath": "//*[contains(@class,'module-item')]", "search_xpath": "//*[contains(@class,'module-search-item')]", @@ -61,7 +61,7 @@ class Spider(BaseSpider): { "id": "muou", "name": "木偶", - "domains": ["https://www.muou.site"], + "domains": ["https://www.muou.site", "http://123.666291.xyz"], "filter_files": ["mogg.json"], "list_xpath": "//*[contains(@class,'module-item')]", "search_xpath": "//*[contains(@class,'module-search-item')]",