mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 18:18:06 +08:00
14 lines
330 B
JavaScript
14 lines
330 B
JavaScript
module.exports = {
|
|
'rawkuma.com': {
|
|
_name: 'Rawkuma',
|
|
'.': [
|
|
{
|
|
title: 'Manga',
|
|
docs: 'https://docs.rsshub.app/routes/anime#rawkuma-manga',
|
|
source: ['/manga/:id', '/'],
|
|
target: '/rawkuma/manga/:id',
|
|
},
|
|
],
|
|
},
|
|
};
|