rsshub
Version:
Make RSS Great Again!
30 lines (29 loc) • 730 B
JavaScript
import { t as handler } from "./asiantolick-BnKeIxfI.mjs";
//#region lib/routes/asiantolick/category.ts
const route = {
path: "/category/:id",
categories: ["picture"],
example: "/asiantolick/category/90",
parameters: { id: "Category id, can be found in URL" },
features: { nsfw: true },
radar: [{
source: ["asiantolick.com/category-:id"],
target: "/category/:id"
}],
name: "Category",
maintainers: ["nczitzk"],
handler,
url: "asiantolick.com/",
description: `| Category | id |
| ---------- | ---- |
| Lolita | 90 |
| Hot Sister | 91 |
| Cosplay | 1030 |
| Sexy | 93 |
| Others | 94 |
| Thailand | 99 |
| Magazine | 100 |
| Hard Sexy | 103 |`
};
//#endregion
export { route };