Update iptv流畅度检测.py
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user