rsshub
Version:
Make RSS Great Again!
35 lines (31 loc) • 940 B
JavaScript
import "./esm-shims-CzJ_djXG.mjs";
import "./config-C37vj7VH.mjs";
import "./dist-BInvbO1W.mjs";
import "./logger-Czu8UMNd.mjs";
import "./ofetch-BIyrKU3Y.mjs";
import "./parse-date-BrP7mxXf.mjs";
import "./cache-Bo__VnGm.mjs";
import "./helpers-DxBp0Pty.mjs";
import "./got-KxxWdaxq.mjs";
import "./timezone-D8cuwzTY.mjs";
import { t as handler } from "./common-CFPiQNqI.mjs";
//#region lib/routes/dnaindia/topic.ts
const route = {
name: "Topic",
maintainers: ["Rjnishant530"],
path: ["/topic/:topic"],
example: "/dnaindia/topic/dna-verified",
parameters: { category: "Find it in the URL" },
radar: [{ source: ["www.dnaindia.com/topic/:topic"] }],
handler,
url: "www.dnaindia.com",
description: `Topics:
| DNA verified |
| ------------ |
| dna-verified |
::: tip
The URL of the form \`https://www.dnaindia.com/topic/dna-verified\` demonstrates the utilization of the subdomain \`topic\`.
:::`
};
//#endregion
export { route };