UNPKG

rsshub

Version:
36 lines (34 loc) 958 B
import "./dist-Bog6z_OM.mjs"; import "./config-MQ-7ebJ_.mjs"; import { t as ViewType } from "./types-gOySfSXJ.mjs"; import "./logger-C4avouvV.mjs"; import "./ofetch-DKl_Ma9g.mjs"; import "./parse-date-r5WDWHno.mjs"; import { n as rootUrl, t as fetchCollection } from "./utils-DEJlVgab.mjs"; //#region lib/routes/newslaundry/nl-collaborations.ts const route = { path: "/nl-collaborations", view: ViewType.Articles, categories: ["new-media"], example: "/newslaundry/nl-collaborations", features: { requireConfig: false, requirePuppeteer: false, antiCrawler: false, supportBT: false, supportPodcast: false, supportScihub: false }, radar: [{ source: ["newslaundry.com/nl-collaborations"], target: "/nl-collaborations" }], name: "NL Collaboration", maintainers: ["Rjnishant530"], handler }; async function handler() { return await fetchCollection("nl-collaborations", `${rootUrl}/nl-collaborations`); } //#endregion export { route };