Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billzhong/weiyun
WeiYun Downloader
https://github.com/billzhong/weiyun
Last synced: about 2 months ago
JSON representation
WeiYun Downloader
- Host: GitHub
- URL: https://github.com/billzhong/weiyun
- Owner: billzhong
- Created: 2013-09-21T06:09:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-18T03:27:57.000Z (over 10 years ago)
- Last Synced: 2023-03-23T16:04:43.701Z (almost 2 years ago)
- Language: Python
- Size: 129 KB
- Stars: 12
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WeiYun Downloader
=================This script will fetch WeiYun's real URL and call `wget` to download.
GetIt
-----###You need [python](http://www.python.org) to run this script.
```bash
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`:
```bash
python weiyun.py http://share.weiyun.com/01118854b800d71077ffd4f37df15a2c
```### --resume
Resume getting a partially-downloaded file.
For example:
```bash
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](http://www.python.org) 环境。
```bash
wget https://raw.github.com/billzhong/weiyun/master/weiyun.py
```用法
----```
weiyun.py [-h] [--resume] url
```例如,地址是 `http://share.weiyun.com/01118854b800d71077ffd4f37df15a2c` :
```bash
python weiyun.py http://share.weiyun.com/01118854b800d71077ffd4f37df15a2c
```### --resume
继续下载之前未下载完的文件。
例如:
```bash
python weiyun.py http://share.weiyun.com/01118854b800d71077ffd4f37df15a2c --resume
```备注
----
仅在 `python 2.7.5` 和 `wget 1.15` 下测试。只支持无密码的单个分享文件。