youtube-dl

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

commit 86be82610c35a684bee97b22c8d9a2a83bab1bba
parent 4810c48d6d7e950c2cb1203f4d07bea1ba02c1e1
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Tue,  6 Oct 2015 17:43:50 +0200

release 2015.10.06.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.10.06' +__version__ = '2015.10.06.1'