提交 4469508e 编写于 作者: 晚风拂柳颜's avatar 晚风拂柳颜

更新py/九酷.py

上级 b95bc010
......@@ -3,11 +3,15 @@
# File : 九酷.py
# Author: DaShenHan&道长-----先苦后甜,任凭晚风拂柳颜------
# Date : 2022/12/14
import hashlib
import requests
import time
import ujson
def md5(str):
return hashlib.md5(str.encode(encoding='UTF-8')).hexdigest()
headers = {
'x-requested-with':'XMLHttpRequest',
'user-agent':'Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1',
......@@ -20,9 +24,10 @@ print(s.cookies)
fyclass = 1
fypage = 1
tm = int(time.time())
tm = ''
# tm = ''
print(tm)
data = f'type={fyclass}&page={fypage}&time={tm}1670981084&key=52871810a25aa2ac4675e3c4dfd321c6'
key = md5("DS"+str(tm)+"DCC147D11943AF75")
data = f'type={fyclass}&page={fypage}&time={tm}&key={key}'
data_dict = {}
for dt in data.split('&'):
data_dict[dt.split('=')[0]] = dt.split('=')[1]
......@@ -30,3 +35,10 @@ print(data_dict)
data_dict = ujson.dumps(data_dict)
r = s.post('https://jiuku.site/index.php/api/vod',data=data_dict,headers=headers)
print(r.text)
"""
解析免嗅:
"https://jiuku.site/addons/dp/player/dp.php?key=0&from=&id="+vod_id+"&api=&url="+"vipUrl
专线m3u8:
unescape(base64Decode(jsurl))
"""
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册