RSSHub/lib/v2/netease/radar.js

14 lines
310 B
JavaScript

module.exports = {
'163.com': {
_name: '网易新闻',
news: [
{
title: '排行榜',
docs: 'https://docs.rsshub.app/.html#',
source: ['/:category', '/'],
target: '//:category?',
},
],
},
};