摘要: # -*- coding: utf-8 -*- """ 参考:https://blog.csdn.net/x2434417239/article/details/110958446 添加下载进度条显示 @author: xiao_gf 下载链接列表格式样例: http://101.201.177.1 阅读全文
posted @ 2022-11-02 11:20 xiaofeifeixd 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 单进程脚本 import os import sys import requests def get_file_once(URL, FILENAME): result = requests.get(URL) try: result.raise_for_status() f = open(FILENA 阅读全文
posted @ 2022-11-02 11:15 xiaofeifeixd 阅读(42) 评论(0) 推荐(0) 编辑