Skip to content

Commit

Permalink
[smotri] Skip broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed Dec 23, 2014
1 parent e0ae181 commit 544dec6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion youtube_dl/extractor/smotri.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class SmotriIE(InfoExtractor):
'params': {
'videopassword': 'qwerty',
},
'skip': 'Video is not approved by moderator',
},
# age limit + video-password
{
Expand All @@ -86,7 +87,8 @@ class SmotriIE(InfoExtractor):
},
'params': {
'videopassword': '333'
}
},
'skip': 'Video is not approved by moderator',
},
# swf player
{
Expand Down

0 comments on commit 544dec6

Please sign in to comment.