diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-03-12 21:59:46 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-03-12 21:59:46 +0600 |
commit | 1138491631c43c2f758d933675131f0bd8249920 (patch) | |
tree | defbee531bc7dcf9e225405967b24414728c41da | |
parent | 71705fa70d3f8b410a25a9c1fb01c33dd5bb6026 (diff) |
[yam] Skip test
-rw-r--r-- | youtube_dl/extractor/yam.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/yam.py b/youtube_dl/extractor/yam.py index 19ad74d04..19f8762ae 100644 --- a/youtube_dl/extractor/yam.py +++ b/youtube_dl/extractor/yam.py @@ -39,7 +39,8 @@ class YamIE(InfoExtractor): 'description': 'md5:11e2e405311633ace874f2e6226c8b17', 'uploader_id': '2323agoy', 'title': '20090412陽明山二子坪-1', - } + }, + 'skip': 'Video does not exist', }, { 'url': 'http://mymedia.yam.com/m/3598173', 'info_dict': { |