mirror of
https://github.com/soimort/you-get.git
synced 2025-02-02 16:24:00 +03:00
version 0.2.13: last version of 0.2.x
This commit is contained in:
parent
028c445712
commit
79848901f7
@ -1,12 +1,19 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.2.13
|
||||||
|
------
|
||||||
|
|
||||||
|
*Date: 2012-10-30*
|
||||||
|
|
||||||
|
* Nothing new. Last version of You-Get 0.2.x.
|
||||||
|
|
||||||
0.2.12
|
0.2.12
|
||||||
------
|
------
|
||||||
|
|
||||||
*Date: 2012-10-30*
|
*Date: 2012-10-30*
|
||||||
|
|
||||||
* Fix issue `#20 <https://github.com/soimort/you-get/issues/20>`_.
|
* Fix issue `#20 <https://github.com/soimort/you-get/issues/20>`_ for AcFun.
|
||||||
|
|
||||||
0.2.11
|
0.2.11
|
||||||
------
|
------
|
||||||
|
@ -78,7 +78,7 @@ Installation
|
|||||||
|
|
||||||
$ you-get -V
|
$ you-get -V
|
||||||
|
|
||||||
#) Direct download (from https://github.com/soimort/you-get/zipball/master)::
|
#) Direct download::
|
||||||
|
|
||||||
$ wget -O you-get.zip https://github.com/soimort/you-get/zipball/master
|
$ wget -O you-get.zip https://github.com/soimort/you-get/zipball/master
|
||||||
$ unzip you-get.zip
|
$ unzip you-get.zip
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "you-get",
|
"name": "you-get",
|
||||||
"version": "0.2.12",
|
"version": "0.2.13",
|
||||||
"date": "2012-10-30",
|
"date": "2012-10-30",
|
||||||
|
|
||||||
"author": "Mort Yao",
|
"author": "Mort Yao",
|
||||||
|
@ -8,7 +8,7 @@ import re
|
|||||||
import sys
|
import sys
|
||||||
from urllib import request, parse
|
from urllib import request, parse
|
||||||
|
|
||||||
__version__ = "0.2.12"
|
__version__ = "0.2.13"
|
||||||
|
|
||||||
dry_run = False
|
dry_run = False
|
||||||
force = False
|
force = False
|
||||||
|
Loading…
Reference in New Issue
Block a user