Skip to content

Commit

Permalink
Update ikanbot.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hqkong authored Jun 3, 2024
1 parent dfded1e commit e4bc173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodejs/src/spider/video/ikanbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async function request(reqUrl, agentSp) {
method: 'get',
headers: {
'User-Agent': agentSp || UA,
'referer': url
// 'referer': url
},
});
return res.data;
Expand Down Expand Up @@ -381,4 +381,4 @@ export default {
fastify.get('/proxy/:site/:what', proxy);
fastify.get('/test', test);
},
};
};

0 comments on commit e4bc173

Please sign in to comment.