Browse Source

[youtube] Skip test

totalwebcasting
Sergey M․ 9 years ago
parent
commit
e323cf3ff3
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      youtube_dl/extractor/youtube.py

+ 2
- 1
youtube_dl/extractor/youtube.py View File

@ -613,7 +613,8 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
}, },
'params': { 'params': {
'skip_download': 'requires avconv', 'skip_download': 'requires avconv',
}
},
'skip': 'This live event has ended.',
}, },
# Extraction from multiple DASH manifests (https://github.com/rg3/youtube-dl/pull/6097) # Extraction from multiple DASH manifests (https://github.com/rg3/youtube-dl/pull/6097)
{ {


Loading…
Cancel
Save