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

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