]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/tokentube.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / tokentube.py
index a30cabb3ce671539c993b2f2eb8172f9ff513d88..d022e27533588388ed837e7a1f93c9fdcc95f07c 100644 (file)
@@ -95,8 +95,6 @@ def _real_extract(self, url):
 
         description = remove_end(description, 'Category')
 
-        self._sort_formats(formats)
-
         return {
             'id': video_id,
             'formats': formats,