remove all Download-urls on PyPI, fix #19

This commit is contained in:
Mort Yao 2013-03-22 23:03:00 +01:00
parent 533633c716
commit 215ce0fdbc

View File

@ -108,7 +108,13 @@ Fork me on GitHub: <https://github.com/soimort/you-get>
Click [here](https://aur.archlinux.org/packages.php\?ID=62576). Click [here](https://aur.archlinux.org/packages.php\?ID=62576).
### FAQ (For Windows Users) ### Upgrading:
Using Pip:
$ pip install --upgrade you-get
### FAQ (For Windows Users):
* Q: I don't know how to install it on Windows. * Q: I don't know how to install it on Windows.
@ -118,26 +124,6 @@ Fork me on GitHub: <https://github.com/soimort/you-get>
* A: Run `set PYTHONIOENCODING=utf-8`. * A: Run `set PYTHONIOENCODING=utf-8`.
## Upgrading
Using Pip:
$ pip install --upgrade you-get
### Error When Upgrading from Pip
If you see this error:
```
File "/usr/lib/python3.3/site-packages/pip-1.2.1-py3.3.egg/pip/backwardcompat.py", line 44, in u
return s.decode('utf-8')
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xae in position 68: invalid start byte
```
This is an existing bug in Pip 1.2.1. However, this does not affect your upgrading.
In Pip 1.3+, this should be already fixed.
## Examples (For End-Users) ## Examples (For End-Users)
Display the information of the video without downloading: Display the information of the video without downloading:
@ -335,7 +321,13 @@ You-Get基于优酷下载脚本[iambus/youku-lixian](https://github.com/iambus/y
点击[这里](https://aur.archlinux.org/packages.php\?ID=62576)。 点击[这里](https://aur.archlinux.org/packages.php\?ID=62576)。
### FAQ针对Windows用户) ### 升级:
使用Pip
$ pip install --upgrade you-get
### FAQ针对Windows用户)
* Q我不知道该如何在Windows下安装。 * Q我不知道该如何在Windows下安装。
@ -345,26 +337,6 @@ You-Get基于优酷下载脚本[iambus/youku-lixian](https://github.com/iambus/y
* A执行`set PYTHONIOENCODING=utf-8`。 * A执行`set PYTHONIOENCODING=utf-8`。
## 升级
使用Pip
$ pip install --upgrade you-get
### 从Pip升级时可能的错误
若出现以下错误提示:
```
File "/usr/lib/python3.3/site-packages/pip-1.2.1-py3.3.egg/pip/backwardcompat.py", line 44, in u
return s.decode('utf-8')
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xae in position 68: invalid start byte
```
这被证实是Pip 1.2.1的一个bug。不过它并不影响到正常的升级。
这在Pip 1.3+中应当已经被修复。
## 使用方法示例 ## 使用方法示例
### 如何下载视频 ### 如何下载视频