UNPKG

rsshub

Version:
46 lines (44 loc) 1.23 kB
import "./esm-shims-CzJ_djXG.mjs"; import "./config-C37vj7VH.mjs"; import "./dist-BInvbO1W.mjs"; import "./logger-Czu8UMNd.mjs"; import "./ofetch-BIyrKU3Y.mjs"; import "./parse-date-BrP7mxXf.mjs"; import "./cache-Bo__VnGm.mjs"; import "./timezone-D8cuwzTY.mjs"; import { t as getNoticeList } from "./utils-Cmz8m1R8.mjs"; //#region lib/routes/gxmzu/yjs.ts const url = "https://yjs.gxmzu.edu.cn/tzgg/zsgg.htm"; const host = "https://yjs.gxmzu.edu.cn"; const route = { path: "/yjszsgg", categories: ["university"], example: "/gxmzu/yjszsgg", parameters: {}, features: { requireConfig: false, requirePuppeteer: false, antiCrawler: true, supportBT: false, supportPodcast: false, supportScihub: false }, radar: [{ source: ["yjs.gxmzu.edu.cn/tzgg/zsgg.htm", "yjs.gxmzu.edu.cn/"] }], name: "研究生院招生公告", maintainers: ["real-jiakai"], handler, url: "yjs.gxmzu.edu.cn/tzgg/zsgg.htm" }; async function handler(ctx) { return { title: "广西民族大学研究生院 -- 招生公告", link: url, item: await getNoticeList(ctx, url, host, "a", ".timestyle55267", { title: ".titlestyle55269", content: "#vsb_newscontent", date: ".timestyle55269" }) }; } //#endregion export { route };