UNPKG

rsshub

Version:
18 lines (17 loc) 508 B
import { t as handler } from "./thenewslens-DANuEVOi.mjs"; //#region lib/routes/thenewslens/videos.ts const route = { path: "/videos/Projects/:sort{.+}?", categories: ["new-media"], example: "/thenewslens/videos/Projects", parameters: { sort: "排序方式,同上表,可在对应排序页 URL 中找到" }, radar: [{ source: ["thenewslens.com/videos/Projects/:sort?"], target: "/videos/Projects/:sort?" }], name: "影音", maintainers: ["nczitzk"], handler }; //#endregion export { route };