diff --git "a/py/\345\271\262\351\245\255.py" "b/py/\345\271\262\351\245\255.py" index acaab219710c6c7a2a231992579f2af93ab2f15b..7888f6a6610395ba30d88728b69785a8ffb23d19 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)