RSSHub/lib/routes/sohu/namespace.ts

8 lines
147 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: '搜狐号',
url: 'sohu.com',
lang: 'zh-CN',
};