From 275776e511d077dbb156002be8ceb8d8ad206983 Mon Sep 17 00:00:00 2001 From: hjdhnx Date: Sun, 28 Aug 2022 23:12:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E5=85=8D=E5=97=85=EF=BC=8C=E5=A2=9E=E5=8A=A0=E8=A7=84=E5=88=99?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "py/\345\271\262\351\245\255.py" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/py/\345\271\262\351\245\255.py" "b/py/\345\271\262\351\245\255.py" index acaab21..7888f6a 100644 --- "a/py/\345\271\262\351\245\255.py" +++ "b/py/\345\271\262\351\245\255.py" @@ -19,8 +19,8 @@ def lazyParse(input,d): r.encoding = d.encoding html = r.text # print(html) - js = d.jsp.pdfh(html,'.stui-player__video script:eq(0)&&Html') - print(js) + # js = d.jsp.pdfh(html,'.stui-player__video script:eq(0)&&Html') + # print(js) try: ret = re.search('var player_(.*?)=(.*?)<', html, re.M | re.I).groups()[1] ret = json.loads(ret) -- GitLab