fix: iqiyi video

This commit is contained in:
DIYgod 2020-03-08 23:59:17 +08:00
parent 499937349a
commit 4dd8f0263b
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
1 changed files with 0 additions and 1 deletions

View File

@ -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;