rsshub
Version:
Make RSS Great Again!
16 lines (15 loc) • 341 B
JavaScript
import { n as rootUrl, t as getFeed } from "./utils-BRwCoaVm.mjs";
//#region lib/routes/gameres/hot.ts
const route = {
path: "/hot",
categories: ["game"],
example: "/gameres/hot",
name: "热点推荐",
maintainers: ["nczitzk"],
handler
};
function handler() {
return getFeed(rootUrl, ".hot-item h3");
}
//#endregion
export { route };