UNPKG

rsshub

Version:
76 lines (74 loc) 1.5 kB
import "./esm-shims-CzJ_djXG.mjs"; import "./config-C37vj7VH.mjs"; import "./dist-BInvbO1W.mjs"; import "./logger-Czu8UMNd.mjs"; import "./ofetch-BIyrKU3Y.mjs"; import "./parse-date-BrP7mxXf.mjs"; import "./cache-Bo__VnGm.mjs"; import "./helpers-DxBp0Pty.mjs"; import "./got-KxxWdaxq.mjs"; import { n as getPosts } from "./utils-BUZ663-i.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 };