RSSHub/lib/routes/chub/namespace.ts

8 lines
138 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'Chub',
url: 'chub.ai',
lang: 'en',
};