Skip to content

Latest commit

 

History

History
86 lines (56 loc) · 1.46 KB

README.md

File metadata and controls

86 lines (56 loc) · 1.46 KB

WeiYun Downloader

This script will fetch WeiYun's real URL and call wget to download.

GetIt

###You need python to run this script.

wget https://raw.github.com/billzhong/weiyun/master/weiyun.py

Usage

weiyun.py [-h] [--resume] url

For example, the url is http://share.weiyun.com/01118854b800d71077ffd4f37df15a2c:

python weiyun.py http://share.weiyun.com/01118854b800d71077ffd4f37df15a2c

--resume

Resume getting a partially-downloaded file.

For example:

python weiyun.py http://share.weiyun.com/01118854b800d71077ffd4f37df15a2c --resume

Note

Only tested in python 2.7.5 and wget 1.15.

Only supported single share file without password.

中文

本脚本用来获取微云网盘的真实下载地址,并调用 wget 来下载。

获取

需要 Python 环境。

wget https://raw.github.com/billzhong/weiyun/master/weiyun.py

用法

weiyun.py [-h] [--resume] url

例如,地址是 http://share.weiyun.com/01118854b800d71077ffd4f37df15a2c

python weiyun.py http://share.weiyun.com/01118854b800d71077ffd4f37df15a2c

--resume

继续下载之前未下载完的文件。

例如:

python weiyun.py http://share.weiyun.com/01118854b800d71077ffd4f37df15a2c --resume

备注

仅在 python 2.7.5wget 1.15 下测试。

只支持无密码的单个分享文件。