mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 01:28:08 +08:00
14 lines
360 B
JavaScript
14 lines
360 B
JavaScript
module.exports = {
|
|
'ycombinator.com': {
|
|
_name: 'Hacker News',
|
|
'.': [
|
|
{
|
|
title: 'Section',
|
|
docs: 'https://docs.rsshub.app/routes/programming#hacker-news',
|
|
source: ['/:section', '/'],
|
|
target: '/hackernews/:section?/:type?/:user?',
|
|
},
|
|
],
|
|
},
|
|
};
|