ghorsington 2 년 전
부모
커밋
7000a52e99
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bot/src/plugins/aggregators/com3d2_world.ts

+ 1 - 1
bot/src/plugins/aggregators/com3d2_world.ts

@@ -5,7 +5,7 @@ import cheerio from "cheerio";
 import { logger } from "src/logging";
 import got from "got";
 
-const kissDiaryRoot = "https://com3d2.world/r18/notices.php";
+const kissDiaryRoot = "http://com3d2.world/r18/notices.php";
 const FEED_NAME = "com3d2-world-notices";
 
 function isTag<T>(o: T): o is (T & {attribs: { [attr: string]: string };}) {