]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/zapiks.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / zapiks.py
index 4b18cb86c8f9a98a2920c03a0a78cd3c29e61a67..88f526bbc9b354df0894a050f23eeb5a87469e4c 100644 (file)
@@ -92,7 +92,6 @@ def ns(path):
             if m:
                 f['height'] = int(m.group('height'))
             formats.append(f)
-        self._sort_formats(formats)
 
         return {
             'id': video_id,