From 5466fea165bf3db99a3d93a5c4f06fa1ff6eed87 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:11:57 +0800 Subject: [PATCH] =?UTF-8?q?Update=20iptv=E6=B5=81=E7=95=85=E5=BA=A6?= =?UTF-8?q?=E6=A3=80=E6=B5=8B.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/iptv流畅度检测.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/py/iptv流畅度检测.py b/py/iptv流畅度检测.py index 1809d65..9d5dd5b 100644 --- a/py/iptv流畅度检测.py +++ b/py/iptv流畅度检测.py @@ -54,13 +54,13 @@ for keyword in keywords: province, isp, mcast = keyword.split("_") #将省份转成英文小写 # 根据不同的 isp 设置不同的 org 值 - org = "Chinanet" + org = "ctcc" others = '' - if isp == "电信" and province == "四川": + if isp == "电信" and province == "sichuan": org = "Chinanet" isp_en = "ctcc" asn = "4134" - others = '&& city="成都" ' + others = '&& city="chengdu" ' elif isp == "联通": isp_en = "cucc" org = "CHINA UNICOM China169 Backbone"