UNPKG

rsshub

Version:
38 lines (36 loc) 1.01 kB
import "./esm-shims-CzJ_djXG.mjs"; import "./config-C37vj7VH.mjs"; import { t as ViewType } from "./types-D84BRIt4.mjs"; import "./dist-BInvbO1W.mjs"; import "./logger-Czu8UMNd.mjs"; import "./ofetch-BIyrKU3Y.mjs"; import "./parse-date-BrP7mxXf.mjs"; import "./render-BQo6B4tL.mjs"; import { n as rootUrl, t as fetchCollection } from "./utils-BaF1fRPi.mjs"; //#region lib/routes/newslaundry/nl-cheatsheet.ts const route = { path: "/nl-cheatsheet", view: ViewType.Articles, categories: ["new-media"], example: "/newslaundry/nl-cheatsheet", features: { requireConfig: false, requirePuppeteer: false, antiCrawler: false, supportBT: false, supportPodcast: false, supportScihub: false }, radar: [{ source: ["newslaundry.com/collection/nl-cheatsheet"], target: "/nl-cheatsheet" }], name: "Explains", maintainers: ["Rjnishant530"], handler }; async function handler() { return await fetchCollection("nl-cheatsheet", `${rootUrl}/collection/nl-cheatsheet`); } //#endregion export { route };