摘要: import requests import re import hashlib import time from concurrent.futures import ThreadPoolExecutor pool=ThreadPoolExecutor(50) movie_path=r'C:\mp4' def get_page(url): try: response... 阅读全文
posted @ 2018-01-16 19:59 Fugui 阅读(219) 评论(0) 推荐(0) 编辑