From 4dd8f0263baab2b252cd51e7611af3efd18eeea9 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Sun, 8 Mar 2020 23:59:17 +0800 Subject: [PATCH] fix: iqiyi video --- lib/routes/iqiyi/video.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/routes/iqiyi/video.js b/lib/routes/iqiyi/video.js index 8a4d5206a..c695d5e5c 100644 --- a/lib/routes/iqiyi/video.js +++ b/lib/routes/iqiyi/video.js @@ -12,7 +12,6 @@ module.exports = async (ctx) => { Host: 'www.iqiyi.com', Referer: `http://www.iqiyi.com/u/${uid}/v`, }, - responseType: 'document', }); const data = response.data;