mirror of
https://github.com/soimort/you-get.git
synced 2025-02-02 16:24:00 +03:00
version 0.2.14: quick fixes
This commit is contained in:
parent
7610ca1ac8
commit
77a425a0b4
@ -1,12 +1,20 @@
|
||||
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
|
||||
------
|
||||
|
||||
*Date: 2012-10-30*
|
||||
|
||||
* Nothing new. Last version of You-Get 0.2.x.
|
||||
* Nothing new.
|
||||
|
||||
0.2.12
|
||||
------
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "you-get",
|
||||
"version": "0.2.13",
|
||||
"date": "2012-10-30",
|
||||
"version": "0.2.14",
|
||||
"date": "2012-11-29",
|
||||
|
||||
"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.13"
|
||||
__version__ = "0.2.14"
|
||||
|
||||
dry_run = False
|
||||
force = False
|
||||
|
Loading…
Reference in New Issue
Block a user