]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/laola1tv.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / laola1tv.py
index a90ed16a0d4785d413d36068b328605270ea10d1..416dd7eb4e864d33a7ccedcbae2a6bcecd197d3e 100644 (file)
@@ -49,7 +49,6 @@ def _extract_formats(self, token_url, video_id):
         formats = self._extract_akamai_formats(
             '%s?hdnea=%s' % (token_attrib['url'], token_attrib['auth']),
             video_id)
-        self._sort_formats(formats)
         return formats
 
     def _real_extract(self, url):