]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/tvn24.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / tvn24.py
index 22b6058231a4ae4296de376b97c2b0d8fe231e38..5276813155b7e9cbe32bb526aa3817234008a267 100644 (file)
@@ -7,6 +7,7 @@
 
 
 class TVN24IE(InfoExtractor):
+    _WORKING = False
     _VALID_URL = r'https?://(?:(?:[^/]+)\.)?tvn24(?:bis)?\.pl/(?:[^/]+/)*(?P<id>[^/]+)'
     _TESTS = [{
         'url': 'http://www.tvn24.pl/wiadomosci-z-kraju,3/oredzie-artura-andrusa,702428.html',
@@ -70,7 +71,6 @@ def extract_json(attr, name, default=NO_DEFAULT, fatal=True):
                 'format_id': format_id,
                 'height': int_or_none(format_id.rstrip('p')),
             })
-        self._sort_formats(formats)
 
         description = self._og_search_description(webpage, default=None)
         thumbnail = self._og_search_thumbnail(