UNPKG

rsshub

Version:
38 lines (36 loc) 889 B
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 { t as fetchCollection } from "./utils-BaF1fRPi.mjs"; //#region lib/routes/newslaundry/shot.ts const route = { path: "/shot", view: ViewType.Articles, categories: ["new-media"], example: "/newslaundry/shot", features: { requireConfig: false, requirePuppeteer: false, antiCrawler: false, supportBT: false, supportPodcast: false, supportScihub: false }, radar: [{ source: ["newslaundry.com/shot"], target: "/shot" }], name: "Shot", maintainers: ["Rjnishant530"], handler }; async function handler() { return await fetchCollection("shot"); } //#endregion export { route };