fix: iqiyi video
This commit is contained in:
parent
499937349a
commit
4dd8f0263b
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue