mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 10:08:02 +08:00
26 lines
821 B
JavaScript
26 lines
821 B
JavaScript
module.exports = {
|
|
'domp4.cc': {
|
|
_name: 'domp4电影',
|
|
'.': [
|
|
{
|
|
title: '最近更新',
|
|
docs: 'https://docs.rsshub.app/routes/multimedia#domp4-ying-shi',
|
|
source: ['/', '/custom/update.html'],
|
|
target: '/domp4/latest/:type?',
|
|
},
|
|
{
|
|
title: '剧集订阅',
|
|
docs: 'https://docs.rsshub.app/routes/multimedia#domp4-ying-shi',
|
|
source: '/html/:id',
|
|
target: '/domp4/detail/:id',
|
|
},
|
|
{
|
|
title: '剧集订阅',
|
|
docs: 'https://docs.rsshub.app/routes/multimedia#domp4-ying-shi',
|
|
source: '/detail/:id',
|
|
target: '/domp4/detail/:id',
|
|
},
|
|
],
|
|
},
|
|
};
|