rsshub
Version:
Make RSS Great Again!
13 lines (11 loc) • 392 B
text/typescript
import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'Malaysiakini',
url: 'malaysiakini.com',
description: `Provides an easy-to-use RSS feed for Malaysiakini.com with teaser/full-text fetching.
::: warning
A subscription is required for fetching full articles.
Please refer to the deployment config for more information.
:::`,
lang: 'en',
};