]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/googledrive.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / googledrive.py
index cb123b874d28547dcab31cd926cd39e79da0c178..e027ea7c4d8c81cca7689aa0f436c8f23b5a1928 100644 (file)
@@ -253,8 +253,6 @@ def add_source_format(urlh):
         if not formats and reason:
             self.raise_no_formats(reason, expected=True)
 
-        self._sort_formats(formats)
-
         hl = get_value('hl')
         subtitles_id = None
         ttsurl = get_value('ttsurl')