]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/theweatherchannel.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / theweatherchannel.py
index 4f6d2ecbad2213bbc5e5f4a50cdc4110b06bfe71..682e4335d2c55fa1d6ab76b8ee5244257b887645 100644 (file)
@@ -79,7 +79,6 @@ def _real_extract(self, url):
                     'url': variant_url,
                     'format_id': variant_id,
                 })
-        self._sort_formats(formats)
 
         cc_url = video_data.get('cc_url')