mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-14 01:00:38 +08:00
* 新增JavBus发行商和制作商订阅 * docs: fix unnecessary changes * refactor: migrate to v2 * docs: remove dup items Co-authored-by: EsuRt <thusid@outlook.com> Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
17 lines
879 B
JavaScript
17 lines
879 B
JavaScript
module.exports = {
|
|
'/genre/:gid': ['MegrezZhu', 'CoderTonyChan'],
|
|
'/home': ['MegrezZhu', 'CoderTonyChan'],
|
|
'/label/:labelid': ['MegrezZhu', 'CoderTonyChan', 'Felix2yu'],
|
|
'/series/:seriesid': ['MegrezZhu', 'CoderTonyChan', 'Felix2yu'],
|
|
'/star/:sid': ['MegrezZhu', 'CoderTonyChan'],
|
|
'/studio/:studioid': ['MegrezZhu', 'CoderTonyChan', 'Felix2yu'],
|
|
'/uncensored/home': ['MegrezZhu', 'CoderTonyChan'],
|
|
'/uncensored/genre/:gid': ['MegrezZhu', 'CoderTonyChan'],
|
|
'/uncensored/series/:seriesid': ['MegrezZhu', 'CoderTonyChan', 'Felix2yu'],
|
|
'/uncensored/star/:sid': ['MegrezZhu', 'CoderTonyChan'],
|
|
'/western/home': ['MegrezZhu', 'CoderTonyChan'],
|
|
'/western/genre/:gid': ['MegrezZhu', 'CoderTonyChan'],
|
|
'/western/series/:seriesid': ['MegrezZhu', 'CoderTonyChan', 'Felix2yu'],
|
|
'/western/star/:sid': ['MegrezZhu', 'CoderTonyChan'],
|
|
};
|