From 4046206d744d5088433c5d2ecf75f70e717fb330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=9A=E9=A3=8E=E6=8B=82=E6=9F=B3=E9=A2=9C?= <434857005@qq.com> Date: Tue, 4 Jul 2023 15:03:04 +0800 Subject: [PATCH] =?UTF-8?q?lazy=E5=8E=BB=E6=8E=89=E6=96=9C=E6=9D=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/LIBVIO2.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/LIBVIO2.js b/js/LIBVIO2.js index c3c04e6..6c5e6ee 100644 --- a/js/LIBVIO2.js +++ b/js/LIBVIO2.js @@ -34,12 +34,12 @@ var from = html.from; var next = html.link_next; var id = html.id; var nid = html.nid; -var paurl = request("https://libvio.cc/static/player/" + from + ".js").match(/ src=\"(.*?)\'/)[1]; +var paurl = request("https://libvio.cc/static/player/" + from + ".js").match(/ src="(.*?)'/)[1]; if (/https/.test(paurl)) { var purl = paurl + url + "&next=" + next + "&id=" + id + "&nid=" + nid; input = { jx: 0, - url: request(purl).match(/var .* = \'(.*?)\'/)[1], + url: request(purl).match(/var .* = '(.*?)'/)[1], parse: 0 } }`,