youtube-dl

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

commit 39f594d660cd86f04905d3eead91c5e2f16b0e66
parent cae97f6521a846392e665d8743d4c000fb7d7173
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Mon, 15 Dec 2014 00:59:23 +0100

[Makefile] Ensure that offline test really is offline

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -51,7 +51,7 @@ test: ot: offlinetest offlinetest: codetest - nosetests --verbose test --exclude test_download --exclude test_age_restriction --exclude test_subtitles + nosetests --verbose test --exclude test_download --exclude test_age_restriction --exclude test_subtitles --exclude test_write_annotations tar: youtube-dl.tar.gz