mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 13:08:14 +08:00
* feat: domp4 最近更新+详情订阅 * fix: docs && radar * docs: add radar support * fix: detail remove puppeteer use * fix: domp4 add meta info * fix: feed link Co-authored-by: jasehuang <jasehuang@tencent.com>
26 lines
815 B
JavaScript
26 lines
815 B
JavaScript
module.exports = {
|
|
'domp4.cc': {
|
|
_name: 'domp4电影',
|
|
'.': [
|
|
{
|
|
title: '最近更新',
|
|
docs: 'https://docs.rsshub.app/multimedia.html#domp4-ying-shi',
|
|
source: ['/', '/custom/update.html'],
|
|
target: '/domp4/latest/:type?',
|
|
},
|
|
{
|
|
title: '剧集订阅',
|
|
docs: 'https://docs.rsshub.app/multimedia.html#domp4-ying-shi',
|
|
source: '/html/:id',
|
|
target: '/domp4/detail/:id',
|
|
},
|
|
{
|
|
title: '剧集订阅',
|
|
docs: 'https://docs.rsshub.app/multimedia.html#domp4-ying-shi',
|
|
source: '/detail/:id',
|
|
target: '/domp4/detail/:id',
|
|
},
|
|
],
|
|
},
|
|
};
|