youtube-dl

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

commit 544dec62980f4e5733747c175b64c2837d5f6c0e
parent e0ae1814b112b100b73957fe1349d1569ec7a3dd
Author: Sergey M․ <dstftw@gmail.com>
Date:   Tue, 23 Dec 2014 20:33:56 +0600

[smotri] Skip broken tests

Diffstat:
Myoutube_dl/extractor/smotri.py | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/smotri.py b/youtube_dl/extractor/smotri.py @@ -69,6 +69,7 @@ class SmotriIE(InfoExtractor): 'params': { 'videopassword': 'qwerty', }, + 'skip': 'Video is not approved by moderator', }, # age limit + video-password { @@ -86,7 +87,8 @@ class SmotriIE(InfoExtractor): }, 'params': { 'videopassword': '333' - } + }, + 'skip': 'Video is not approved by moderator', }, # swf player {