youtube-dl

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

commit 7010577720bbea309566c38adbd912c15400b9fc
parent 8ac27a68e618ecc789bbef4dd0eb408324498fdd
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Tue, 17 Feb 2015 17:35:08 +0100

release 2015.02.17.1

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.17' +__version__ = '2015.02.17.1'