mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 20:27:52 +08:00
* feat(route): add hameln * feat(route): add hameln * fix doc * Update lib/v2/hameln/chapter.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * add timezone Co-authored-by: Tony <TonyRL@users.noreply.github.com>
14 lines
344 B
JavaScript
14 lines
344 B
JavaScript
module.exports = {
|
|
'syosetu.org': {
|
|
_name: 'hameln',
|
|
'.': [
|
|
{
|
|
title: '章节更新',
|
|
docs: 'https://docs.rsshub.app/reading.html#hameln-zhang-jie-geng-xin',
|
|
source: ['/novel/:id'],
|
|
target: '/hameln/chapter/:id',
|
|
},
|
|
],
|
|
},
|
|
};
|