Update iptv流畅度检测.py

This commit is contained in:
frxz751113
2024-08-19 10:05:11 +08:00
committed by GitHub
parent 42a2684d1c
commit 0eae830d5e
+2 -2
View File
@@ -56,11 +56,11 @@ for keyword in keywords:
# 根据不同的 isp 设置不同的 org 值
org = "Chinanet"
others = ''
if isp == "电信" and province_en == "sichuang":
if isp == "电信" and province == "四川":
org = "Chinanet"
isp_en = "ctcc"
asn = "4134"
others = '&& city="Chengdu" '
others = '&& city="成都" '
elif isp == "联通":
isp_en = "cucc"
org = "CHINA UNICOM China169 Backbone"