]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/vzaar.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / vzaar.py
index df43caf38064d18e68b7da68456edc6bdc265a35..6b9817c9ec2e35a29de60402244966505e171ea3 100644 (file)
@@ -90,8 +90,6 @@ def _real_extract(self, url):
                     f['_decryption_key_url'] = url_templ % ('goose', '') + qs
             formats.extend(m3u8_formats)
 
-        self._sort_formats(formats)
-
         return {
             'id': video_id,
             'title': title,