mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 05:59:00 +08:00
12 lines
247 B
JavaScript
12 lines
247 B
JavaScript
module.exports = {
|
|
'ifeng.com': {
|
|
_name: '凤凰网',
|
|
'.': [
|
|
{
|
|
title: '大风号',
|
|
docs: 'https://docs.rsshub.app/new-media.html#feng-huang-wang',
|
|
},
|
|
],
|
|
},
|
|
};
|