mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 05:25:02 +03:00
version 0.2.2
This commit is contained in:
parent
8389164081
commit
299c87139e
@ -1,6 +1,15 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
0.2.2
|
||||
-----
|
||||
|
||||
*Date: 2012-09-17*
|
||||
|
||||
* Add danmaku support for AcFun and bilibili.
|
||||
* Fix issue `#2 <https://github.com/soimort/you-get/issues/2>`_ and `#4 <https://github.com/soimort/you-get/issues/4>`_ for YouTube.
|
||||
* Temporarily fix issue for iQIYI (use .ts instead of .f4v).
|
||||
|
||||
0.2.1
|
||||
-----
|
||||
|
||||
|
@ -32,6 +32,7 @@ Fork me on GitHub: <https://github.com/soimort/you-get>
|
||||
* MP4 (*.mp4)
|
||||
* FLV (*.flv)
|
||||
* 3GP (*.3gp)
|
||||
* MPEG-TS (*.ts)
|
||||
|
||||
## Installation
|
||||
|
||||
@ -214,8 +215,7 @@ You-Get基于优酷下载脚本[iambus/youku-lixian](https://github.com/iambus/y
|
||||
* MP4 (*.mp4)
|
||||
* FLV (*.flv)
|
||||
* 3GP (*.3gp)
|
||||
|
||||
对于YouTube,程序将下载画质最高的[编码格式](http://en.wikipedia.org/wiki/Youtube#Quality_and_codecs)。
|
||||
* MPEG-TS (*.ts)
|
||||
|
||||
## 安装说明
|
||||
|
||||
|
@ -36,6 +36,7 @@ Supported Video Formats
|
||||
* MP4 (\*.mp4)
|
||||
* FLV (\*.flv)
|
||||
* 3GP (\*.3gp)
|
||||
* MPEG-TS (\*.ts)
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "you-get",
|
||||
"version": "0.2.1",
|
||||
"date": "2012-09-02",
|
||||
"version": "0.2.2",
|
||||
"date": "2012-09-17",
|
||||
|
||||
"author": "Mort Yao",
|
||||
"author_email": "mort.yao@gmail.com",
|
||||
|
@ -8,7 +8,7 @@ import re
|
||||
import sys
|
||||
from urllib import request, parse
|
||||
|
||||
__version__ = "0.2.1"
|
||||
__version__ = "0.2.2"
|
||||
|
||||
force = False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user