aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2014-12-23 20:33:56 +0600
committerSergey M․ <dstftw@gmail.com>2014-12-23 20:33:56 +0600
commit544dec62980f4e5733747c175b64c2837d5f6c0e (patch)
tree04dcab967aed81bba95fc7d85d3b78d7f7c2df03 /youtube_dl
parente0ae1814b112b100b73957fe1349d1569ec7a3dd (diff)
downloadyoutube-dl-544dec62980f4e5733747c175b64c2837d5f6c0e.tar.xz
[smotri] Skip broken tests
Diffstat (limited to 'youtube_dl')
-rw-r--r--youtube_dl/extractor/smotri.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/youtube_dl/extractor/smotri.py b/youtube_dl/extractor/smotri.py
index d031fe401..baef3daa0 100644
--- 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
{