10 lines
329 B
TypeScript
10 lines
329 B
TypeScript
import type { Namespace } from '@/types';
|
|
|
|
export const namespace: Namespace = {
|
|
name: '俺の 3D エロ動画 (oreno3d)',
|
|
url: 'oreno3d.com',
|
|
description: `:::tip
|
|
You can use some RSS parsing libraries (like \`feedpraser\` in \`Python\`) to receive the video update messages and download them automatically
|
|
:::`,
|
|
};
|