From: Philipp Hagemeister Date: Thu, 30 Jan 2014 05:15:46 +0000 (+0100) Subject: [malemotion] Disable test case X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=1a0648b4a9aa35254b1e9b65cf280e2014e6d317;p=youtube-dl [malemotion] Disable test case I am not going to look for an alternative one, but feel free to suggest one. --- 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):