]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/tagesschau.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / tagesschau.py
index e23b490b001eafd3e8edff51728594332c1411fc..c69c13d0bbf209a1c2c460ad423afe94938c675e 100644 (file)
@@ -12,6 +12,7 @@
 
 
 class TagesschauIE(InfoExtractor):
+    _WORKING = False
     _VALID_URL = r'https?://(?:www\.)?tagesschau\.de/(?P<path>[^/]+/(?:[^/]+/)*?(?P<id>[^/#?]+?(?:-?[0-9]+)?))(?:~_?[^/#?]+?)?\.html'
 
     _TESTS = [{