UNPKG

rsshub

Version:
43 lines (41 loc) 1.11 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 "./render-BQo6B4tL.mjs"; import "./got-KxxWdaxq.mjs"; import { n as getList, r as rootUrl, t as getItems } from "./utils-Cd8CT0Es.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 };