diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-09-17 22:59:32 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-09-17 22:59:32 +0600 |
commit | 131d05033bfe3f5a8ef3241489a44dc5c1e03830 (patch) | |
tree | e777e4388dfdbc38a596ffa617d24a0d8ce79a95 | |
parent | 1806a75415a3b62b07ab3fd282f915c6af14dfd3 (diff) |
[ok] Skip test
-rw-r--r-- | youtube_dl/extractor/odnoklassniki.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/odnoklassniki.py b/youtube_dl/extractor/odnoklassniki.py index 0cd96c10a..ccc88cfb1 100644 --- a/youtube_dl/extractor/odnoklassniki.py +++ b/youtube_dl/extractor/odnoklassniki.py @@ -29,6 +29,7 @@ class OdnoklassnikiIE(InfoExtractor): 'like_count': int, 'age_limit': 0, }, + 'skip': 'Video has been blocked', }, { # metadataUrl 'url': 'http://ok.ru/video/63567059965189-0', |