summary refs log tree commit diff
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-06-10 12:31:06 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-06-10 12:31:06 +0800
commit436214baf70c1a50fbaf1fbfca4b48f33695590c (patch)
tree78eef2b63a0810cc7ecea96de84c5ee2615460d1
parent506d0e96936f84c2b21c7ed37f4a7fca2eec86a2 (diff)
downloadyoutube-dl-436214baf70c1a50fbaf1fbfca4b48f33695590c.tar.gz
youtube-dl-436214baf70c1a50fbaf1fbfca4b48f33695590c.tar.xz
youtube-dl-436214baf70c1a50fbaf1fbfca4b48f33695590c.zip
[xfileshare] Skip an invalid test
-rw-r--r--youtube_dl/extractor/xfileshare.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/xfileshare.py b/youtube_dl/extractor/xfileshare.py
index 769003735..ee4d04c20 100644
--- a/youtube_dl/extractor/xfileshare.py
+++ b/youtube_dl/extractor/xfileshare.py
@@ -62,7 +62,8 @@ class XFileShareIE(InfoExtractor):
             'ext': 'mp4',
             'title': 'youtube-dl test video \'äBaW_jenozKc.mp4.mp4',
             'thumbnail': 're:http://.*\.jpg',
-        }
+        },
+        'skip': 'Video removed',
     }, {
         'url': 'http://vidto.me/ku5glz52nqe1.html',
         'info_dict': {