youtube-dl

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

commit 7feddd9fc7a4a482edbc9a07d6295d418989bd67
parent 9609f02e3ca87e56fc5571e41040ddbcf2a79a73
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Fri,  6 Mar 2015 10:44:24 +0100

[travis] Declare 3.2 (Fixes #5144)

Diffstat:
M.travis.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -2,6 +2,7 @@ language: python python: - "2.6" - "2.7" + - "3.2" - "3.3" - "3.4" before_install: