Update p2p.py
This commit is contained in:
@@ -321,32 +321,10 @@ def save_blackhost_to_txt(filename=f"{datetime.now().strftime("%Y%m%d_%H_%M_%S")
|
||||
if __name__ == "__main__":
|
||||
# 定义要访问的多个URL
|
||||
urls = [
|
||||
'https://raw.githubusercontent.com/YanG-1989/m3u/main/Gather.m3u',
|
||||
'https://raw.githubusercontent.com/iptv-org/iptv/master/streams/cn.m3u',
|
||||
'https://raw.githubusercontent.com/kimwang1978/tvbox/main/%E5%A4%A9%E5%A4%A9%E5%BC%80%E5%BF%83/lives/%E2%91%AD%E5%BC%80%E5%BF%83%E7%BA%BF%E8%B7%AF.txt',
|
||||
'https://raw.githubusercontent.com/mlvjfchen/TV/main/iptv_list.txt',
|
||||
'https://raw.githubusercontent.com/gdstchdr1/IPTV/main/bc.txt', # 【2024-08-01 10:40:29】
|
||||
'https://raw.githubusercontent.com/skddyj/iptv/main/IPTV.m3u', # 【2024-08-01 10:40:29】
|
||||
'https://raw.githubusercontent.com/wwb521/live/main/tv.m3u', # 【2024-08-01 10:40:29】
|
||||
'https://raw.githubusercontent.com/lalifeier/IPTV/main/txt/IPTV.txt', # 【2024-08-01 10:40:29】
|
||||
'https://raw.githubusercontent.com/yoursmile66/TVBox/main/live.txt', #【2024-08-01 10:40:29】
|
||||
'https://raw.githubusercontent.com/hujingguang/ChinaIPTV/main/cnTV_AutoUpdate.m3u8', #15分钟更新1次 # 【2024-08-01 10:40:29】
|
||||
'https://raw.githubusercontent.com/PizazzGY/TVBox/main/live.txt', # 【2024-08-01 10:40:29】
|
||||
'https://raw.githubusercontent.com/pxiptv/live/main/iptv.txt', # 【2024-08-02 16:48:40】#每日更新1次
|
||||
'https://notabug.org/vnjd/yydu/raw/master/yyfug.txt', # 【2024-08-06】
|
||||
'https://tvkj.top/tvlive.txt', # 【2024-08-06】
|
||||
'https://pan.beecld.com/f/OXMcA/%E6%98%A5%E8%B5%A2%E5%A4%A9%E4%B8%8B.txt', # 【2024-08-06】
|
||||
'http://kxrj.site:55/lib/kx2024.txt', # 【2024-08-07】
|
||||
'https://raw.githubusercontent.com/yuanzl77/IPTV/main/live.txt', # 2024-08-05 每天更新一次,量太多转到blacklist处理
|
||||
'https://raw.githubusercontent.com/balala2oo8/iptv/main/o.m3u', # 【2024-08-07】#每日更新2次
|
||||
'http://wz.42web.io/ipv4.txt', # 【2024-08-08】
|
||||
'http://yuhuahx.com/dsj66.txt', # 【2024-08-14】
|
||||
'https://raw.gitcode.com/xiaoqi719/yingshi/raw/main/zhibo.txt', # 【2024-08-20】
|
||||
'https://raw.githubusercontent.com/Andreayoo/ming/main/IPTV.txt', #【2024-08-24】
|
||||
'http://gg.gg/cctvgg', # 【2024-08-10】
|
||||
'https://2883.kstore.space/%E2%91%A0%E7%8C%ABTV%E7%BA%BF%E8%B7%AF', # 【2024-09-10】
|
||||
'https://gitlab.com/p2v5/wangtv/-/raw/main/wang-tvlive.txt'
|
||||
#'',
|
||||
#'https://raw.githubusercontent.com/YanG-1989/m3u/main/Gather.m3u',
|
||||
#'https://raw.githubusercontent.com/iptv-org/iptv/master/streams/cn.m3u',
|
||||
'https://raw.bgithub.xyz/frxz751113/IPTVzb1/refs/heads/main/%E7%BB%BC%E5%90%88%E6%BA%90.txt',
|
||||
'https://raw.bgithub.xyz/newrecha/TVBOX/33d46519cbe0deb5f62d5d979dcdc8833295c66e/live/240919-1.txt'
|
||||
#''
|
||||
]
|
||||
for url in urls:
|
||||
|
||||
Reference in New Issue
Block a user