rsshub
Version:
Make RSS Great Again!
20 lines (18 loc) • 383 B
text/typescript
import { Route } from '@/types';
import { handler } from './common';
export const route: Route = {
name: '最新',
maintainers: ['KenMizz'],
path: '/',
example: '/wnacg',
radar: [
{
source: ['wnacg.com/albums.html', 'wnacg.com/'],
},
],
handler,
url: 'wnacg.com/albums.html',
features: {
nsfw: true,
},
};