]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/tnaflix.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / tnaflix.py
index eceaadb308cf4a163a4b5d92b714f129a25d252a..4482c84746ae350124dbd2a23e62b4b24a0eaab5 100644 (file)
@@ -162,7 +162,6 @@ def extract_video_url(vl):
         def extract_field(pattern, name):
             return self._html_search_regex(pattern, webpage, name, default=None) if pattern else None
 
-        self._sort_formats(formats)
         return {
             'id': video_id,
             'display_id': display_id,