rsshub
Version:
Make RSS Great Again!
36 lines (34 loc) • 822 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/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 };