Files
RSSHub/lib/v2/ngocn2/radar.js
Ethan Shen 3936d67139 feat(route): add NGOCN (#8301)
Co-authored-by: DIYgod <diy.d.god@gmail.com>
2021-11-27 07:58:17 +00:00

14 lines
317 B
JavaScript

module.exports = {
'ngocn2.org': {
_name: 'NGOCN',
'.': [
{
title: '分类',
docs: 'https://docs.rsshub.app/new-media.html#ngocn2-fen-lei',
source: ['/'],
target: '/ngocn2/:category?',
},
],
},
};