From 27d324b6e6e665a4138587aa183c8d213a9d2445 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Tue, 4 Jun 2019 18:49:47 +0800 Subject: [PATCH] fix: novel biquge, close #2317 --- lib/routes/novel/biquge.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/routes/novel/biquge.js b/lib/routes/novel/biquge.js index c8d93ec06..f732d6d6c 100644 --- a/lib/routes/novel/biquge.js +++ b/lib/routes/novel/biquge.js @@ -10,10 +10,6 @@ module.exports = async (ctx) => { const response = await got({ method: 'get', url: `${baseUrl}${id}/`, - headers: { - Host: 'www.biquge5200.com', - Referer: `${baseUrl}${id}/`, - }, // responseEncoding: 'gbk', //该配置项在 0.18版本中没有打包进去 responseType: 'buffer', });