mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-12 16:20:27 +08:00
14 lines
371 B
JavaScript
14 lines
371 B
JavaScript
module.exports = {
|
|
'eventernote.com': {
|
|
_name: 'Eventernote',
|
|
www: [
|
|
{
|
|
title: '声优活动及演唱会',
|
|
docs: 'https://docs.rsshub.app/anime.html#eventernote',
|
|
source: '/actors/:name/:id/events',
|
|
target: '/eventernote/actors/:name/:id',
|
|
},
|
|
],
|
|
},
|
|
};
|