diff --git a/bocai.db b/bocai.db index 6b1357c..05bb215 100644 Binary files a/bocai.db and b/bocai.db differ diff --git a/src/main/java/com/tem/bocai/util/CompletedTodayCrawler.java b/src/main/java/com/tem/bocai/util/CompletedTodayCrawler.java index 7411a7d..7dd8ae2 100644 --- a/src/main/java/com/tem/bocai/util/CompletedTodayCrawler.java +++ b/src/main/java/com/tem/bocai/util/CompletedTodayCrawler.java @@ -92,7 +92,7 @@ public class CompletedTodayCrawler implements PageProcessor { SQLiteUtil.saveCompletedToday(completedTodayList); } // 保存原始HTML用于调试 - saveHtmlForDebug(content, url); + //saveHtmlForDebug(content, url); } /**