ghorsington 2 years ago
parent
commit
7000a52e99
1 changed files with 1 additions and 1 deletions
  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 };}) {