mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 05:59:00 +08:00
14 lines
380 B
JavaScript
14 lines
380 B
JavaScript
module.exports = {
|
|
'web3caff.com': {
|
|
_name: 'web3caff',
|
|
'.': [
|
|
{
|
|
title: '发现',
|
|
docs: 'https://docs.rsshub.app/new-media.html#web3caff-fa-xian',
|
|
source: ['/'],
|
|
target: (params, url) => `/web3caff${new URL(url).toString().match(/\.com(.*)/)[1]}`,
|
|
},
|
|
],
|
|
},
|
|
};
|