Browse Source

[youtube] Skip test

master
Sergey M․ 8 years ago
parent
commit
e323cf3ff3
1 changed files with 2 additions and 1 deletions
  1. 3
      youtube_dl/extractor/youtube.py

3
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)
{

Loading…
Cancel
Save