mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 01:58:11 +08:00
14 lines
344 B
JavaScript
14 lines
344 B
JavaScript
module.exports = {
|
|
'hackertalk.net': {
|
|
_name: 'Hacker Talk 黑客说',
|
|
'.': [
|
|
{
|
|
title: '最新的帖子',
|
|
docs: 'https://docs.rsshub.app/routes/bbs#hacker-talk-hei-ke-shuo',
|
|
source: ['/'],
|
|
target: '/hackertalk',
|
|
},
|
|
],
|
|
},
|
|
};
|