youtube-dl

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

commit af0d11f2441728ce12ba8a424de29aa873b12d86
parent 9650885be954b3cc626205aa67f24c31f21da7b6
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Tue, 10 Feb 2015 15:56:04 +0100

release 2015.02.10.5

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.10.4' +__version__ = '2015.02.10.5'