aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-01-19 20:56:04 +0600
committerSergey M․ <dstftw@gmail.com>2016-01-19 20:56:04 +0600
commite323cf3ff37b1268f585b66159de20bd8ffe8dc0 (patch)
tree8e15e1d9db055486ee95b3f19da1147f38b4426d
parent8ceabd4df332d9c39f71a62bbd60cbea9fcb6621 (diff)
downloadyoutube-dl-e323cf3ff37b1268f585b66159de20bd8ffe8dc0.tar.xz
[youtube] Skip test
-rw-r--r--youtube_dl/extractor/youtube.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py
index 2a0c2e5a6..d31161d21 100644
--- a/youtube_dl/extractor/youtube.py
+++ b/youtube_dl/extractor/youtube.py
@@ -613,7 +613,8 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
},
'params': {
'skip_download': 'requires avconv',
- }
+ },
+ 'skip': 'This live event has ended.',
},
# Extraction from multiple DASH manifests (https://github.com/rg3/youtube-dl/pull/6097)
{