mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +03:00
remove all Download-urls on PyPI, fix #19
This commit is contained in:
parent
533633c716
commit
215ce0fdbc
56
README.md
56
README.md
@ -108,7 +108,13 @@ Fork me on GitHub: <https://github.com/soimort/you-get>
|
||||
|
||||
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.
|
||||
|
||||
@ -118,26 +124,6 @@ Fork me on GitHub: <https://github.com/soimort/you-get>
|
||||
|
||||
* 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)
|
||||
|
||||
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)。
|
||||
|
||||
### FAQ(针对Windows用户)
|
||||
### 升级:
|
||||
|
||||
使用Pip:
|
||||
|
||||
$ pip install --upgrade you-get
|
||||
|
||||
### FAQ(针对Windows用户):
|
||||
|
||||
* Q:我不知道该如何在Windows下安装。
|
||||
|
||||
@ -345,26 +337,6 @@ You-Get基于优酷下载脚本[iambus/youku-lixian](https://github.com/iambus/y
|
||||
|
||||
* 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+中应当已经被修复。
|
||||
|
||||
## 使用方法示例
|
||||
|
||||
### 如何下载视频
|
||||
|
Loading…
Reference in New Issue
Block a user