mirror of
https://github.com/soimort/you-get.git
synced 2025-02-09 03:37:52 +03:00
version 0.2.14: quick fixes
This commit is contained in:
parent
7610ca1ac8
commit
77a425a0b4
@ -1,12 +1,20 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.2.14
|
||||||
|
------
|
||||||
|
|
||||||
|
*Date: 2012-11-29*
|
||||||
|
|
||||||
|
* Fix issue `#28 <https://github.com/soimort/you-get/issues/28>`_ for Tudou.
|
||||||
|
* Better support for AcFun.
|
||||||
|
|
||||||
0.2.13
|
0.2.13
|
||||||
------
|
------
|
||||||
|
|
||||||
*Date: 2012-10-30*
|
*Date: 2012-10-30*
|
||||||
|
|
||||||
* Nothing new. Last version of You-Get 0.2.x.
|
* Nothing new.
|
||||||
|
|
||||||
0.2.12
|
0.2.12
|
||||||
------
|
------
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "you-get",
|
"name": "you-get",
|
||||||
"version": "0.2.13",
|
"version": "0.2.14",
|
||||||
"date": "2012-10-30",
|
"date": "2012-11-29",
|
||||||
|
|
||||||
"author": "Mort Yao",
|
"author": "Mort Yao",
|
||||||
"author_email": "mort.yao@gmail.com",
|
"author_email": "mort.yao@gmail.com",
|
||||||
|
@ -8,7 +8,7 @@ import re
|
|||||||
import sys
|
import sys
|
||||||
from urllib import request, parse
|
from urllib import request, parse
|
||||||
|
|
||||||
__version__ = "0.2.13"
|
__version__ = "0.2.14"
|
||||||
|
|
||||||
dry_run = False
|
dry_run = False
|
||||||
force = False
|
force = False
|
||||||
|
Loading…
Reference in New Issue
Block a user