rsshub
Version:
Make RSS Great Again!
10 lines (8 loc) • 407 B
text/typescript
import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'UK Parliament',
url: 'parliament.uk',
categories: ['government'],
description: 'The UK Parliament has two Houses that work on behalf of UK citizens to check and challenge the work of Government, make and shape effective laws, and debate/make decisions on the big issues of the day.',
lang: 'en',
};