youtube-dl

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

commit ece12e6348eb01f5d67d4c9443b1dd928ef72ba6
parent ff274e3c16e751169e54e55955f3301ac6cb363a
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 25 Feb 2018 18:36:25 +0700

[streamango] Skip dead test

Diffstat:
Myoutube_dl/extractor/streamango.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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,