|
@@ -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 };}) {
|