mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 21:18:57 +08:00
* fix(route): JavBus alternative domain related links * fix: add magnets and previews in cache * fix: remove redundant cache
19 lines
990 B
JavaScript
19 lines
990 B
JavaScript
module.exports = {
|
|
'/': ['MegrezZhu', 'CoderTonyChan', 'nczitzk'],
|
|
'/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': ['MegrezZhu', 'CoderTonyChan', 'nczitzk'],
|
|
'/western/home': ['MegrezZhu', 'CoderTonyChan'],
|
|
'/western/genre/:gid': ['MegrezZhu', 'CoderTonyChan'],
|
|
'/western/series/:seriesid': ['MegrezZhu', 'CoderTonyChan', 'Felix2yu'],
|
|
'/western/star/:sid': ['MegrezZhu', 'CoderTonyChan'],
|
|
};
|