From 10ee101e6860ad0f67ab34219324855453dc1467 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sun, 11 Dec 2022 21:38:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyCustomJk.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyCustomJk.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SrcJyCustomJk.js b/SrcJyCustomJk.js index 6d02575b..123e4030 100644 --- a/SrcJyCustomJk.js +++ b/SrcJyCustomJk.js @@ -118,7 +118,7 @@ let customparse = { let cook = getCookie('https://zhuiyingmao.com'); data.forEach(item => { let maoname = item.name; - if (maoname == name) { + //if (maoname == name) { let maourl = 'https://zhuiyingmao.com/voddetail/' + item.id+".html"; let maopic = item.pic; let headers = { @@ -146,7 +146,7 @@ let customparse = { } } catch (e) {} }); - } + //} }) } catch (e) { log(e.message);