This commit is contained in:
qist
2026-05-14 16:11:32 +08:00
parent a02f23fcec
commit 98d40c9089
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -30,13 +30,13 @@ jobs:
pwd
cd tools/
pip install demjson3 --break-system-packages
# python fty.py
python fty.py
python xiao.py ../xiaosa/api.json dianshi.json
python xiao.py ../xiaosa/api.json jsm.json
# \cp -pdr tvbox_cleaned.json ../fty.json
\cp -pdr tvbox_cleaned.json ../fty.json
\cp -pdr dianshi_with_app_sites.json ../dianshi.json
\cp -pdr jsm_with_app_sites.json ../jsm.json
# \cp -pdr fan.txt ../jar/fan.txt
\cp -pdr fan.txt ../jar/fan.txt
\cp -pdr ../xiaosa/spider.jar ../jar/spider.jar
git clone --depth=1 --recursive https://github.com/fantaiying7/EXT.git
\cp -pdr EXT/* ../FTY/
+1 -1
View File
@@ -14,7 +14,7 @@ session.cookies.set("visited", "1") # 提高拟真度
# 下载伪 JSON 文本
def fetch_raw_json():
url = "http://www.xn--sss604efuw.net/jm/jiemi.php?url=http://www.饭太硬.net/tv"
url = "http://www.xn--sss604efuw.art/jm/jiemi.php?url=http%3A%2F%2Fwww.%E9%A5%AD%E5%A4%AA%E7%A1%AC.art%2Ftv"
resp = session.get(url, timeout=30, allow_redirects=True)
resp.encoding = 'utf-8'
return resp.text