rsshub
Version:
Make RSS Great Again!
30 lines (29 loc) • 620 B
JavaScript
import "./types-DNj6Etbg.mjs";
import { t as fetchCollection } from "./utils-DUO12AFw.mjs";
//#region lib/routes/newslaundry/shot.ts
const route = {
path: "/shot",
view: 0,
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 };