rsshub
Version:
Make RSS Great Again!
20 lines (18 loc) • 758 B
JavaScript
import { t as handler } from "./common-CCpsO0YI.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 };