Explorar o código

[malemotion] Disable test case

I am not going to look for an alternative one, but feel free to suggest one.
Philipp Hagemeister %!s(int64=11) %!d(string=hai) anos
pai
achega
1a0648b4a9
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      youtube_dl/extractor/malemotion.py

+ 2 - 1
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):