mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 05:25:02 +03:00
version 0.2.8
This commit is contained in:
parent
e9c4fa43cf
commit
ff61bf6646
@ -1,6 +1,13 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
0.2.8
|
||||
-----
|
||||
|
||||
*Date: 2012-10-02*
|
||||
|
||||
* Fix issue `#15 <https://github.com/soimort/you-get/issues/15>`_ for AcFun.
|
||||
|
||||
0.2.7
|
||||
-----
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "you-get",
|
||||
"version": "0.2.7",
|
||||
"date": "2012-09-28",
|
||||
"version": "0.2.8",
|
||||
"date": "2012-10-02",
|
||||
|
||||
"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.7"
|
||||
__version__ = "0.2.8"
|
||||
|
||||
dry_run = False
|
||||
force = False
|
||||
|
Loading…
Reference in New Issue
Block a user