youtube-dl

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

commit 8848314c08284f6a4b8f3c3529bf2e3f1b72610c
parent c11125f9ed952f9b7ebd06c15eacadcc6005dd8c
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sun,  4 Jan 2015 02:08:18 +0100

[Makefile] Make offline tests actually work offline

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

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