UNPKG

rsshub

Version:
21 lines (19 loc) 443 B
import { Route } from '@/types'; import { handler } from './common'; export const route: Route = { name: 'New Papers', maintainers: ['5upernova-heng'], path: '/new', example: '/nber/new', features: { supportScihub: true, }, radar: [ { source: ['nber.org/papers'], }, ], handler, url: 'nber.org/papers', description: 'Papers that are published in this week.', };