]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/nextmedia.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / nextmedia.py
index 0e47a4d45a291ea5009c1cdce0888775d57c3e34..871d3e669623c15c22aca2768eb68d9651e70f3e 100644 (file)
@@ -191,6 +191,8 @@ def _fetch_description(self, page):
 
 
 class NextTVIE(InfoExtractor):
+    _WORKING = False
+    _ENABLED = None  # XXX: pass through to GenericIE
     IE_DESC = '壹電視'
     _VALID_URL = r'https?://(?:www\.)?nexttv\.com\.tw/(?:[^/]+/)+(?P<id>\d+)'