summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-01-30 06:15:46 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-01-30 06:15:50 +0100
commit1a0648b4a9aa35254b1e9b65cf280e2014e6d317 (patch)
treeed9533cae2eb3fd374ad0f06c5188c86c4847886
parent3c1b4669d0f69b98dc0b34c67a9a841f59cb6ec4 (diff)
downloadyoutube-dl-1a0648b4a9aa35254b1e9b65cf280e2014e6d317.tar.gz
youtube-dl-1a0648b4a9aa35254b1e9b65cf280e2014e6d317.tar.xz
youtube-dl-1a0648b4a9aa35254b1e9b65cf280e2014e6d317.zip
[malemotion] Disable test case
I am not going to look for an alternative one, but feel free to suggest one.
-rw-r--r--youtube_dl/extractor/malemotion.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/malemotion.py b/youtube_dl/extractor/malemotion.py
index 62e99091d..8c1966ab2 100644
--- a/youtube_dl/extractor/malemotion.py
+++ b/youtube_dl/extractor/malemotion.py
@@ -16,7 +16,8 @@ class MalemotionIE(InfoExtractor):
         'info_dict': {
             "title": "Bien dur",
             "age_limit": 18,
-        }
+        },
+        'skip': 'This video has been deleted.'
     }
 
     def _real_extract(self, url):