From cddbc68da995d8c7c0c14473651ab1ed4e062592 Mon Sep 17 00:00:00 2001 From: qist <87984115@qq.com> Date: Thu, 14 May 2026 15:59:56 +0800 Subject: [PATCH] fix --- .github/workflows/run.yml | 6 +++--- tools/fty.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index cb220100..0bd4c85d 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -30,16 +30,16 @@ 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 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/ + # \cp -pdr EXT/* ../FTY/ python copy_xbpq.py dianshi_with_app_sites.json rm -rf dianshi_with_app_sites.json jsm_with_app_sites.json tvbox_cleaned.json fan.txt EXT cd ../ diff --git a/tools/fty.py b/tools/fty.py index c8a5b1c9..c397d25f 100644 --- a/tools/fty.py +++ b/tools/fty.py @@ -14,7 +14,7 @@ session.cookies.set("visited", "1") # 提高拟真度 # 下载伪 JSON 文本 def fetch_raw_json(): - url = "https://www.xn--sss604efuw.com/jm/jiemi.php?url=http%3A%2F%2Fwww.%E9%A5%AD%E5%A4%AA%E7%A1%AC.com%2Ftv" + url = "http://www.xn--sss604efuw.net/jm/jiemi.php?url=http://www.饭太硬.net/tv" resp = session.get(url, timeout=30, allow_redirects=True) resp.encoding = 'utf-8' return resp.text