mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-13 16:49:31 +08:00
14 lines
371 B
JavaScript
14 lines
371 B
JavaScript
module.exports = {
|
|
'hbr.org': {
|
|
_name: 'Harvard Business Review',
|
|
'.': [
|
|
{
|
|
title: 'Topic',
|
|
docs: 'https://docs.rsshub.app/new-media.html#harvard-business-review-topic',
|
|
source: ['/topic/:topic?', '/'],
|
|
target: '/hbr/topic/:topic?/:type?',
|
|
},
|
|
],
|
|
},
|
|
};
|