rsshub
Version:
Make RSS Great Again!
42 lines (40 loc) • 1.15 kB
JavaScript
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 getItems } from "./utils-Bs7nOqXh.mjs";
//#region lib/routes/jou/yz.ts
const url = "https://yz.jou.edu.cn/index/zxgg.htm";
const host = "https://yz.jou.edu.cn";
const route = {
path: "/yztzgg",
categories: ["university"],
example: "/jou/yztzgg",
parameters: {},
features: {
requireConfig: false,
requirePuppeteer: false,
antiCrawler: false,
supportBT: false,
supportPodcast: false,
supportScihub: false
},
radar: [{ source: ["yz.jou.edu.cn/index/zxgg.htm", "yz.jou.edu.cn/"] }],
name: "研招网通知公告",
maintainers: ["real-jiakai"],
handler,
url: "yz.jou.edu.cn/index/zxgg.htm"
};
async function handler(ctx) {
return {
title: "江苏海洋大学 -- 研招通知公告",
link: url,
item: await getItems(ctx, url, host, "winstyle207638", "timestyle207638", "titlestyle207543", "timestyle207543")
};
}
//#endregion
export { route };