]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/lbry.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / lbry.py
index b2b61abace1b757bef0b78c5ebb7ee7645301488..b5def1e0711a76d6a11a7c1139c8f3ac8d87187e 100644 (file)
@@ -250,7 +250,6 @@ def _real_extract(self, url):
         if determine_ext(final_url) == 'm3u8':
             info['formats'] = self._extract_m3u8_formats(
                 final_url, display_id, 'mp4', 'm3u8_native', m3u8_id='hls', live=is_live, headers=headers)
-            self._sort_formats(info['formats'])
         else:
             info['url'] = streaming_url
         return {