youtube-dl

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

commit 0f3d41b44d84869e7f4e809692ce71567b3f7130
parent d5fd9a3be305aa8fead8fb70aae64703afe49e43
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu, 23 Feb 2017 19:48:54 +0700

[devscripts/run_tests] Exclude youtube lists tests from core build

Diffstat:
Mdevscripts/run_tests.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devscripts/run_tests.sh b/devscripts/run_tests.sh @@ -1,6 +1,6 @@ #!/bin/bash -DOWNLOAD_TESTS="age_restriction|download|subtitles|write_annotations|iqiyi_sdk_interpreter" +DOWNLOAD_TESTS="age_restriction|download|subtitles|write_annotations|iqiyi_sdk_interpreter|youtube_lists" test_set="" multiprocess_args=""