Files
RSSHub/lib/v2/storm/radar.js
2022-02-02 02:49:07 +08:00

14 lines
336 B
JavaScript

module.exports = {
'storm.mg': {
_name: '風傳媒',
'.': [
{
title: '分类',
docs: 'https://docs.rsshub.app/new-media.html#feng-chuan-mei',
source: ['/:category/:id'],
target: '/storm/:category?/:id?',
},
],
},
};