rsshub
Version:
Make RSS Great Again!
76 lines (74 loc) • 1.5 kB
JavaScript
import "./dist-Bog6z_OM.mjs";
import "./config-MQ-7ebJ_.mjs";
import "./logger-C4avouvV.mjs";
import "./ofetch-DKl_Ma9g.mjs";
import "./parse-date-r5WDWHno.mjs";
import "./is-worker-DESPicPc.mjs";
import "./cache-SV6W5EPy.mjs";
import "./helpers-Bo4JQYdN.mjs";
import "./got-CO-ndVl2.mjs";
import { n as getPosts } from "./utils-AUNuW8Bo.mjs";
//#region lib/routes/chikubi/index.ts
const route = {
path: "/",
categories: ["multimedia"],
example: "/chikubi",
features: {
requireConfig: false,
requirePuppeteer: false,
antiCrawler: false,
supportBT: false,
supportPodcast: false,
supportScihub: false,
nsfw: true
},
name: "最新記事",
maintainers: ["SnowAgar25"],
handler,
radar: [
{
title: "最新記事",
source: ["chikubi.jp/"],
target: "/"
},
{
title: "殿堂",
source: ["chikubi.jp/best-nipple-article"],
target: "/best"
},
{
title: "動畫",
source: ["chikubi.jp/nipple-video"],
target: "/video"
},
{
title: "VR",
source: ["chikubi.jp/nipple-video-category/cat-nipple-video-vr"],
target: "/vr"
},
{
title: "漫畫",
source: ["chikubi.jp/comic"],
target: "/comic"
},
{
title: "音聲",
source: ["chikubi.jp/voice"],
target: "/voice"
},
{
title: "CG・イラスト",
source: ["chikubi.jp/cg"],
target: "/cg"
}
]
};
async function handler() {
return {
title: "最新記事 - chikubi.jp",
link: "https://chikubi.jp",
item: await getPosts()
};
}
//#endregion
export { route };