diff options
author | Sergey M․ <dstftw@gmail.com> | 2018-02-25 18:36:25 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2018-02-25 18:36:25 +0700 |
commit | ece12e6348eb01f5d67d4c9443b1dd928ef72ba6 (patch) | |
tree | c70091df4bda3220448dbc5e9da3fc3a14440e74 /youtube_dl/extractor/streamango.py | |
parent | ff274e3c16e751169e54e55955f3301ac6cb363a (diff) |
[streamango] Skip dead test
Diffstat (limited to 'youtube_dl/extractor/streamango.py')
-rw-r--r-- | youtube_dl/extractor/streamango.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/streamango.py b/youtube_dl/extractor/streamango.py index 238bba87f..fcaa5ac0b 100644 --- a/youtube_dl/extractor/streamango.py +++ b/youtube_dl/extractor/streamango.py @@ -34,6 +34,7 @@ class StreamangoIE(InfoExtractor): 'params': { 'skip_download': True, }, + 'skip': 'gone', }, { 'url': 'https://streamango.com/embed/clapasobsptpkdfe/20170315_150006_mp4', 'only_matching': True, |