]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/zeenews.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / zeenews.py
index 1616dbfbf7c9cfcfa6fbe2c335099b55cb1989e1..e2cb1e7d68fa60314b4b902ffeeda4a198eb2ac7 100644 (file)
@@ -3,6 +3,8 @@
 
 
 class ZeeNewsIE(InfoExtractor):
+    _WORKING = False
+    _ENABLED = None  # XXX: pass through to GenericIE
     _VALID_URL = r'https?://zeenews\.india\.com/[^#?]+/video/(?P<display_id>[^#/?]+)/(?P<id>\d+)'
     _TESTS = [
         {