[malemotion] Disable test case
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 30 Jan 2014 05:15:46 +0000 (06:15 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 30 Jan 2014 05:15:50 +0000 (06:15 +0100)
I am not going to look for an alternative one, but feel free to suggest one.

youtube_dl/extractor/malemotion.py

index 62e99091d7385aa1ba753183bda319b562efeee4..8c1966ab25e5215ab96286822d50507aa25ea58d 100644 (file)
@@ -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):