# Wandering **Repository Path**: intellen/wandering ## Basic Information - **Project Name**: Wandering - **Description**: 小工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-05 - **Last Updated**: 2021-09-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Wandering 一个开发小工具,包含了奇奇怪怪的函数 ## Mod:net 用来处理与网络有关的任务, ### Download 以 http/https 协议下载网络上的文件,当服务器支持 Range 时,会自动进行断点续传。 使用方式如下, ```python url = 'http://cesu.novolands.cn/The.Bourne.Ultimatum.2007.BluRay.1080p.x264.DTS.mkv' Download(url, path='./', con=console, buff=1024).start() # 图中使用的代码: Download(input('# ')).start() ``` ![](https://gitee.com/intellen/wandering/raw/doc/download.png)