Skip to content

Commit

Permalink
version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
soimort committed Sep 17, 2012
1 parent 8389164 commit 299c871
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Fork me on GitHub: <https://github.com/soimort/you-get>
* MP4 (*.mp4)
* FLV (*.flv)
* 3GP (*.3gp)
* MPEG-TS (*.ts)

## Installation

Expand Down Expand Up @@ -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)

## 安装说明

Expand Down
1 change: 1 addition & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Supported Video Formats
* MP4 (\*.mp4)
* FLV (\*.flv)
* 3GP (\*.3gp)
* MPEG-TS (\*.ts)

Installation
------------
Expand Down
4 changes: 2 additions & 2 deletions you-get.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion you_get/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import sys
from urllib import request, parse

__version__ = "0.2.1"
__version__ = "0.2.2"

force = False

Expand Down

0 comments on commit 299c871

Please sign in to comment.