摘要:
1 import os 2 #exec_str = r'copy /b ts/c9645620628078.ts+ts/c9645620628079.ts ts/1.ts' 3 #os.system(exec_str) 4 f = open('index.m3u8', 'r', encoding='utf-8') 5 text_list = f.readlines() 6 fi... 阅读全文
摘要:
1 # -*- coding: utf-8 -*- 2 """ 3 Created on Wed Aug 22 15:56:19 2018 4 5 @author: Administrator 6 """ 7 8 # 在python3下测试 9 import requests 10 import threading 11 import datetime 12 13 1... 阅读全文