]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/jeuxvideo.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / jeuxvideo.py
index 77c0f520cae769347fab7400bea57f3349048aa0..793820600e5f53cf705817d7f2c5bbb98fd4a5bf 100644 (file)
@@ -1,12 +1,9 @@
-# coding: utf-8
-
-from __future__ import unicode_literals
-
-
 from .common import InfoExtractor
 
 
 class JeuxVideoIE(InfoExtractor):
+    _WORKING = False
+    _ENABLED = None  # XXX: pass through to GenericIE
     _VALID_URL = r'https?://.*?\.jeuxvideo\.com/.*/(.*?)\.htm'
 
     _TESTS = [{