rsshub
Version:
Make RSS Great Again!
36 lines (34 loc) • 857 B
JavaScript
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 { t as fetchCollection } from "./utils-DEJlVgab.mjs";
//#region lib/routes/newslaundry/reports.ts
const route = {
path: "/reports",
view: ViewType.Articles,
categories: ["new-media"],
example: "/newslaundry/reports",
features: {
requireConfig: false,
requirePuppeteer: false,
antiCrawler: false,
supportBT: false,
supportPodcast: false,
supportScihub: false
},
radar: [{
source: ["newslaundry.com/reports"],
target: "/reports"
}],
name: "Reports",
maintainers: ["Rjnishant530"],
handler
};
async function handler() {
return await fetchCollection("reports", void 0, true);
}
//#endregion
export { route };