RSSHub/lib/routes/instructables/namespace.ts

7 lines
141 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'Instructables',
url: 'instructables.com',
};