rsshub
Version:
Make RSS Great Again!
31 lines (28 loc) • 1.08 kB
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/news.ts
const route = {
name: "News",
maintainers: ["Rjnishant530"],
path: ["/:category"],
example: "/dnaindia/headlines",
parameters: { category: "Find it in the URL, or tables below" },
radar: [{ source: ["www.dnaindia.com/:category"] }],
handler,
url: "www.dnaindia.com",
description: `Categories:
| Headlines | Explainer | India | Entertainment | Sports | Viral | Lifestyle | Education | Business | World |
| --------- | --------- | ----- | ------------- | ------ | ----- | --------- | --------- | -------- | ----- |
| headlines | explainer | india | entertainment | sports | viral | lifestyle | education | business | world |`
};
//#endregion
export { route };