rsshub
Version:
Make RSS Great Again!
35 lines (31 loc) • 940 B
JavaScript
import "./dist-Bog6z_OM.mjs";
import "./config-MQ-7ebJ_.mjs";
import "./logger-C4avouvV.mjs";
import "./ofetch-DKl_Ma9g.mjs";
import "./parse-date-r5WDWHno.mjs";
import "./is-worker-DESPicPc.mjs";
import "./cache-SV6W5EPy.mjs";
import "./helpers-Bo4JQYdN.mjs";
import "./got-CO-ndVl2.mjs";
import "./timezone-CA9Huotp.mjs";
import { t as handler } from "./common-DQDShFb8.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 };