Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update main.py
Browse files Browse the repository at this point in the history
Guovin authored Feb 11, 2024
1 parent e54854a commit 37730c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ class GetSource():
source_file = 'demo.txt'
finalFile = "result.txt"
# The channel names in this list will continue to use URLs from the demo. These will take precedence over the latest source, allowing us to gather more URLs and compare their speeds.
importantList = ['珠江', '开平综合', '开平生活', 'CCTV1', 'CCTV5', 'CCTV5+', 'CCTV13', '广东体育', '广东卫视', '南方卫视', '浙江卫视', '湖南卫视', '翡翠台']
importantList = ['珠江', '开平综合', '开平生活', 'CCTV1', 'CCTV5', 'CCTV5+', 'CCTV13', '广东体育', '广东卫视', '大湾区卫视', '浙江卫视', '湖南卫视', '翡翠台']
importantUrlsNum = 10

def __init__(self):

0 comments on commit 37730c0

Please sign in to comment.