mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 00:33:58 +03:00
version 0.2.7
This commit is contained in:
parent
09e83daa14
commit
4bba1f61f9
@ -1,6 +1,13 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.2.7
|
||||||
|
-----
|
||||||
|
|
||||||
|
*Date: 2012-09-28*
|
||||||
|
|
||||||
|
* Fix issue `#6 <https://github.com/soimort/you-get/issues/6>`_ for YouTube.
|
||||||
|
|
||||||
0.2.6
|
0.2.6
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "you-get",
|
"name": "you-get",
|
||||||
"version": "0.2.6",
|
"version": "0.2.7",
|
||||||
"date": "2012-09-26",
|
"date": "2012-09-28",
|
||||||
|
|
||||||
"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.6"
|
__version__ = "0.2.7"
|
||||||
|
|
||||||
dry_run = False
|
dry_run = False
|
||||||
force = False
|
force = False
|
||||||
|
Loading…
Reference in New Issue
Block a user