]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/muenchentv.py
[ie/orf:on] Improve extraction (#9677)
[yt-dlp.git] / yt_dlp / extractor / muenchentv.py
index b9681d1bd7401fa2173213dcb354a10d35c14d25..934cd4fbc8a0ec4bfd5af5b5bead8938cbce6732 100644 (file)
@@ -9,6 +9,7 @@
 
 
 class MuenchenTVIE(InfoExtractor):
+    _WORKING = False
     _VALID_URL = r'https?://(?:www\.)?muenchen\.tv/livestream'
     IE_DESC = 'münchen.tv'
     _TEST = {
@@ -60,7 +61,6 @@ def _real_extract(self, url):
                 'format_id': format_id,
                 'preference': -100 if '.smil' in s['file'] else 0,  # Strictly inferior than all other formats?
             })
-        self._sort_formats(formats)
 
         return {
             'id': video_id,