From 6ec5828ef3f8ffe32433305718f802bd44d4b081 Mon Sep 17 00:00:00 2001 From: NeglectDream <43557921+NeglectDream@users.noreply.github.com> Date: Tue, 17 Feb 2026 23:57:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=8B=A6=E5=8A=9B=E6=80=95?= =?UTF-8?q?=E6=94=B9=E7=89=88=E5=AF=BC=E8=87=B4=E7=9A=84=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/mc233/fun/kbbstoper/Crawler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/mc233/fun/kbbstoper/Crawler.java b/src/main/java/mc233/fun/kbbstoper/Crawler.java index 8e64196..5f2e66a 100644 --- a/src/main/java/mc233/fun/kbbstoper/Crawler.java +++ b/src/main/java/mc233/fun/kbbstoper/Crawler.java @@ -27,7 +27,7 @@ public Crawler() { } public void resolveWebData() { - String url = "https://www.klpbbs.com/forum.php?mod=misc&action=viewthreadmod&tid=" + Option.BBS_URL.getString() + "&mobile=no"; + String url = "https://klpbbs.com/forum.php?mod=misc&action=viewthreadmod&tid=" + Option.BBS_URL.getString() + "&mobile=no"; Document doc = null; try { if (Option.PROXY_ENABLE.getBoolean()) {