Skip to content

Commit

Permalink
fix: novel biquge, close DIYgod#2317
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Jun 4, 2019
1 parent b87a980 commit 27d324b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/routes/novel/biquge.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
});
Expand Down

0 comments on commit 27d324b

Please sign in to comment.