]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/wppilot.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / wppilot.py
index e1062b9b5b7bd21bb5655e98d16092e51786c479..5e590e2f4f5e77795b4d17e6844afc5ef28ad8c4 100644 (file)
@@ -138,8 +138,6 @@ def _real_extract(self, url):
                         random.choice(fmt['url']),
                         video_id, live=True))
 
-        self._sort_formats(formats)
-
         channel['formats'] = formats
         return channel