mirror of
https://gh-proxy.org/https://github.com/tiajinsha/JKVideo
synced 2026-07-08 23:43:52 +08:00
1
This commit is contained in:
@@ -57,6 +57,7 @@ function makeProxy(targetHost) {
|
||||
|
||||
app.use('/bilibili-api', makeProxy('api.bilibili.com'));
|
||||
app.use('/bilibili-passport', makeProxy('passport.bilibili.com'));
|
||||
app.use('/bilibili-live', makeProxy('api.live.bilibili.com'));
|
||||
|
||||
// Dedicated comment proxy: buffer response and decompress by magic bytes (not Content-Encoding header)
|
||||
app.use('/bilibili-comment', (req, res) => {
|
||||
|
||||
Reference in New Issue
Block a user