UNPKG

rsshub

Version:
42 lines (40 loc) 1.08 kB
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 getList, r as rootUrl, t as getItems } from "./utils-Bw_v9JZE.mjs"; //#region lib/routes/caareviews/exhibition.ts const route = { path: "/exhibition", categories: ["journal"], example: "/caareviews/exhibition", parameters: {}, features: { requireConfig: false, requirePuppeteer: false, antiCrawler: false, supportBT: false, supportPodcast: false, supportScihub: false }, radar: [{ source: ["caareviews.org/reviews/exhibition"] }], name: "Exhibition Reviews", maintainers: ["Fatpandac"], handler, url: "caareviews.org/reviews/exhibition" }; async function handler(ctx) { const url = `${rootUrl}/reviews/exhibition`; return { title: "Exhibition Reviews", link: url, item: await getItems(ctx, await getList(url)) }; } //#endregion export { route };