From ded31e65149e8697d904b2ffb1421edd6ed5a3d0 Mon Sep 17 00:00:00 2001 From: chuqiuyu <13069375076@163.com> Date: Wed, 23 Aug 2023 16:31:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20ikanbot=5Fopen.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/ikanbot_open.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ikanbot_open.js b/js/ikanbot_open.js index c099cfa9..8224a976 100644 --- a/js/ikanbot_open.js +++ b/js/ikanbot_open.js @@ -118,7 +118,7 @@ async function detail(id) { }; const res = await req(url + '/api/getResN?videoId=' + id.substring(id.lastIndexOf('/') + 1) + '&mtype=2', { headers: { - Referer: url, + Referer: 'play', 'User-Agent': UA, }, });