youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 34814eb66e948b5d73420e435f3aea7112b243d5
parent 3a5bcd03263059bd7b905d4586c5f23f7f120974
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Tue, 10 Feb 2015 01:19:52 +0100

release 2015.02.10

Diffstat:
Myoutube_dl/version.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/version.py b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2015.02.09.3' +__version__ = '2015.02.10'