Files
RSSHub/lib/v2/hackernews/radar.js
2023-08-15 03:12:12 +01:00

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?',
},
],
},
};