mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 19:59:54 +08:00
14 lines
318 B
JavaScript
14 lines
318 B
JavaScript
module.exports = {
|
|
'cool18.com': {
|
|
_name: '酷 18',
|
|
'.': [
|
|
{
|
|
title: '分站',
|
|
docs: 'https://docs.rsshub.app/picture.html#cool-18',
|
|
source: '/',
|
|
target: '/cool18/:id?/:type?/:keyword?',
|
|
},
|
|
],
|
|
},
|
|
};
|