This script will fetch WeiYun's real URL and call wget
to download.
###You need python to run this script.
wget https://raw.github.com/billzhong/weiyun/master/weiyun.py
weiyun.py [-h] [--resume] url
For example, the url is http://share.weiyun.com/01118854b800d71077ffd4f37df15a2c
:
python weiyun.py http://share.weiyun.com/01118854b800d71077ffd4f37df15a2c
Resume getting a partially-downloaded file.
For example:
python weiyun.py http://share.weiyun.com/01118854b800d71077ffd4f37df15a2c --resume
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
继续下载之前未下载完的文件。
例如:
python weiyun.py http://share.weiyun.com/01118854b800d71077ffd4f37df15a2c --resume
仅在 python 2.7.5
和 wget 1.15
下测试。
只支持无密码的单个分享文件。