Files
RSSHub/lib/v2/domp4/radar.js
savokiss 07c9c80ca5 feat(route): add domp4 影视 (#9966)
* 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>
2022-06-17 22:53:01 +08:00

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