UNPKG

rsshub

Version:
10 lines (9 loc) 264 B
import { t as config } from "./config-CCmw1BNE.mjs"; import Parser from "rss-parser"; //#region lib/utils/rss-parser.ts const parser = new Parser({ customFields: { item: ["magnet"] }, headers: { "User-Agent": config.ua } }); //#endregion export { parser as t };