Browse Source

[smotri] Skip broken tests

totalwebcasting
Sergey M․ 10 years ago
parent
commit
544dec6298
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      youtube_dl/extractor/smotri.py

+ 3
- 1
youtube_dl/extractor/smotri.py View File

@ -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
{


Loading…
Cancel
Save