rsshub
Version:
Make RSS Great Again!
20 lines (19 loc) • 446 B
JavaScript
import { t as handler } from "./asiantolick-BnKeIxfI.mjs";
//#region lib/routes/asiantolick/page.ts
const route = {
path: "/page/:id",
categories: ["picture"],
example: "/asiantolick/page/news",
parameters: { id: "Page id" },
features: { nsfw: true },
radar: [{
source: ["asiantolick.com/page/:id"],
target: "/page/:id"
}],
name: "Page",
maintainers: ["nczitzk"],
handler,
url: "asiantolick.com/"
};
//#endregion
export { route };