]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/vgtv.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / vgtv.py
index b637afddf1e4b55c218c5532a4d48f591d99d7ca..db338fa1063ede6f9e7ec265c73445f7050911ae 100644 (file)
@@ -238,8 +238,6 @@ def _real_extract(self, url):
                 raise self.raise_geo_restricted(
                     countries=[host.rpartition('.')[-1].partition('/')[0].upper()])
 
-        self._sort_formats(info['formats'])
-
         info.update({
             'id': video_id,
             'title': data['title'],