youtube-dl

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

commit 945e5c56e3ccd45cdcc3ee45b9ffcbad7e614f90
parent fc10824cb67feb837ea57d60decc293b7b719cfb
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Tue,  6 Oct 2015 23:46:16 +0200

release 2015.10.06.2

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.1' +__version__ = '2015.10.06.2'