mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 18:18:06 +08:00
14 lines
355 B
JavaScript
14 lines
355 B
JavaScript
module.exports = {
|
|
'freebuf.com': {
|
|
_name: 'Freebuf',
|
|
'.': [
|
|
{
|
|
title: '文章',
|
|
docs: 'https://docs.rsshub.app/routes/blog#freebuf',
|
|
source: ['/articles/:type/*.html', '/articles/:type'],
|
|
target: '/freebuf/articles/:type',
|
|
},
|
|
],
|
|
},
|
|
};
|