diff --git a/docs/en/multimedia.md b/docs/en/multimedia.md index 7005452a3..c22533f90 100644 --- a/docs/en/multimedia.md +++ b/docs/en/multimedia.md @@ -153,6 +153,130 @@ Official RSS: +## JavBus + +::: tip Language + +You can change the language of each route to the languages listed below. + +| English | 日本语 | 한국의 | 中文 | +| ------- | ------ | ------ | ---- | +| en | ja | ko | (leave it empty) | + +::: + +::: tip Tips + +JavBus has multiple backup domains, these routes use default domain . If the domain is unreachable, you can add `?domain=` to the end of the route to specify the domain to visit. Let say you want to use the backup domain , you can add `?domain=javsee.icu` to the end of the route, then the route will be [`/javbus/en?domain=javsee.icu`](https://rsshub.app/javbus?domain=javsee.icu) + +**Note**: **Western** has different domain than the main site, the backup domains are also different. The default domain is and you can add `?western_domain=` to the end of the route to specify the domain to visit. Let say you want to use the backup domain , you can add `?western_domain=javsee.one` to the end of the route, then the route will be [`/javbus/western/en?western_domain=javsee.one`](https://rsshub.app/javbus/western?western_domain=javsee.one) + +::: + +### Censored - Home + + + +### Censored - Genre + + + +For more genre, please visit [Censored - Genre](https://www.javbus.com/en/genre) + + + +### Censored - Actresses + + + +For more actresses, please visit [Censored JAV Idols](https://www.javbus.com/en/actresses) + + + +### Censored - Series + + + +### Censored - Studio + + + +### Censored - Label + + + +### Censored - Director + + + +### Censored - Search + + + +### Uncensored - Home + + + +### Uncensored - Genre + + + +For more genre, please visit [Uncensored - Genre](https://www.javbus.com/en/uncensored/genre) + + + +### Uncensored - Actresses + + + +For more actresses, please visit [Uncensored JAV Idols](https://www.javbus.com/en/uncensored/actresses) + + + +### Uncensored - Series + + + +### Uncensored - Studio + + + +### Uncensored - Search + + + +### Western - Home + + + +### Western - Genre + + + +For more genre, please visit [Genre - Video](https://www.javbus.org/en/genre) + + + +### Western - Actresses + + + +For more actresses [Western AV Idols](https://www.javbus.org/en/actresses) + + + +### Western - Series + + + +### Western - Studio + + + +### Western - Search + + + ## JAVLibrary ### Recently Discussed Videos diff --git a/lib/v2/javbus/maintainer.js b/lib/v2/javbus/maintainer.js index 8378c3286..2a5efedf8 100644 --- a/lib/v2/javbus/maintainer.js +++ b/lib/v2/javbus/maintainer.js @@ -16,4 +16,22 @@ module.exports = { '/western/series/:seriesid': ['MegrezZhu', 'CoderTonyChan', 'Felix2yu', 'nczitzk'], '/western/star/:sid': ['MegrezZhu', 'CoderTonyChan', 'nczitzk'], '/western/search/:keyword': ['nczitzk'], + // en routes + '/en': ['MegrezZhu', 'CoderTonyChan', 'nczitzk'], + '/en/genre/:id': ['MegrezZhu', 'CoderTonyChan', 'nczitzk'], + '/en/label/:id': ['MegrezZhu', 'CoderTonyChan', 'Felix2yu', 'nczitzk'], + '/en/series/:id': ['MegrezZhu', 'CoderTonyChan', 'Felix2yu', 'nczitzk'], + '/en/star/:id': ['MegrezZhu', 'CoderTonyChan', 'nczitzk'], + '/en/studio/:id': ['MegrezZhu', 'CoderTonyChan', 'Felix2yu', 'nczitzk'], + '/en/search/:keyword': ['nczitzk'], + '/en/uncensored': ['MegrezZhu', 'CoderTonyChan', 'nczitzk'], + '/en/uncensored/genre/:id': ['MegrezZhu', 'CoderTonyChan', 'nczitzk'], + '/en/uncensored/series/:id': ['MegrezZhu', 'CoderTonyChan', 'Felix2yu', 'nczitzk'], + '/en/uncensored/star/:id': ['MegrezZhu', 'CoderTonyChan', 'nczitzk'], + '/en/uncensored/search/:keyword': ['nczitzk'], + '/en/western': ['MegrezZhu', 'CoderTonyChan', 'nczitzk'], + '/en/western/genre/:gid': ['MegrezZhu', 'CoderTonyChan', 'nczitzk'], + '/en/western/series/:seriesid': ['MegrezZhu', 'CoderTonyChan', 'Felix2yu', 'nczitzk'], + '/en/western/star/:sid': ['MegrezZhu', 'CoderTonyChan', 'nczitzk'], + '/en/western/search/:keyword': ['nczitzk'], };