]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/teachertube.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / teachertube.py
index c3eec2784f6764fb7af477c53a580034e1454c52..90a976297a19b1a4bf31066572d8cae5c3670b6c 100644 (file)
@@ -9,6 +9,7 @@
 
 
 class TeacherTubeIE(InfoExtractor):
+    _WORKING = False
     IE_NAME = 'teachertube'
     IE_DESC = 'teachertube.com videos'
 
@@ -87,6 +88,7 @@ def _real_extract(self, url):
 
 
 class TeacherTubeUserIE(InfoExtractor):
+    _WORKING = False
     IE_NAME = 'teachertube:user:collection'
     IE_DESC = 'teachertube.com user and collection videos'