]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/imggaming.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / imggaming.py
index ce7b21ab2764fc98cc21a649cf4246fd79b5dde4..8e220fd9f3c5863bb22c197f292e38d7a8fa6b19 100644 (file)
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
 import json
 
 from .common import InfoExtractor
@@ -106,7 +103,6 @@ def _real_extract(self, url):
                 formats.extend(self._extract_mpd_formats(
                     media_url, media_id, mpd_id='dash', fatal=False,
                     headers=self._MANIFEST_HEADERS))
-        self._sort_formats(formats)
 
         subtitles = {}
         for subtitle in video_data.get('subtitles', []):