Files
RSSHub/lib/v2/hackernews/radar.js
2022-01-22 15:56:47 +00:00

14 lines
351 B
JavaScript

module.exports = {
'ycombinator.com': {
_name: 'Hacker News',
'.': [
{
title: 'Section',
docs: 'https://docs.rsshub.app/programming.html#hacker-news',
source: ['/:section', '/'],
target: '/hackernews/:section?/:type?',
},
],
},
};