From b97058e18f10de35ea31c85139b015078a925927 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sun, 6 Oct 2024 09:17:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJuying.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJuying.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcJuying.js b/SrcJuying.js index 9d007126..111cc92c 100644 --- a/SrcJuying.js +++ b/SrcJuying.js @@ -925,7 +925,7 @@ function dianboyiji(testSource) { let vodname = list.vod_name; let vodurl = list.vod_url; if(vodname){ - vodname = vodname.replace(/<\/?.+?\/?>/g,'').replace(/在线观看/g,'').replace('·','·'); + vodname = vodname.replace(/<[^>]+>/g, '').replace(/在线观看/g,'').replace('·','·'); let voddesc = list.vod_desc || ""; let vodpic = list.vod_pic; vodpic = vodpic.replace('/img.php?url=', '').replace('/tu.php?tu=', '');