Files
RSSHub/lib/v2/hameln/radar.js
huangliangshusheng c6fbc9ecf2 feat(route): add hameln (#9429)
* 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>
2022-04-01 11:24:31 +08:00

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