PEP8 applied
[youtube-dl] / youtube_dl / extractor / malemotion.py
index 62e99091d7385aa1ba753183bda319b562efeee4..1abf6e4f85d52cbe4d257280cf26277e715dbdb1 100644 (file)
@@ -7,6 +7,7 @@ from ..utils import (
     compat_urllib_parse,
 )
 
+
 class MalemotionIE(InfoExtractor):
     _VALID_URL = r'^(?:https?://)?malemotion\.com/video/(.+?)\.(?P<id>.+?)(#|$)'
     _TEST = {
@@ -16,7 +17,8 @@ class MalemotionIE(InfoExtractor):
         'info_dict': {
             "title": "Bien dur",
             "age_limit": 18,
-        }
+        },
+        'skip': 'This video has been deleted.'
     }
 
     def _real_extract(self, url):