rsshub
Version:
Make RSS Great Again!
21 lines (20 loc) • 568 B
JavaScript
import { t as handler } from "./thenewslens-DANuEVOi.mjs";
//#region lib/routes/thenewslens/author.ts
const route = {
path: "/author/:id/:sort{.+}?",
categories: ["new-media"],
example: "/thenewslens/author/BBC",
parameters: {
id: "作者 id,可在对应作者页 URL 中找到",
sort: "排序方式,同上表,可在对应排序页 URL 中找到"
},
radar: [{
source: ["thenewslens.com/author/:id/:sort?", "thenewslens.com/"],
target: "/author/:id/:sort?"
}],
name: "作者",
maintainers: ["nczitzk"],
handler
};
//#endregion
export { route };