]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/dispeak.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / dispeak.py
index 3d651f3abc85a1c831663132553d8992c141475e..37f89b9bc08c30d385c141bd9b500242672ea38d 100644 (file)
@@ -1,5 +1,3 @@
-from __future__ import unicode_literals
-
 import re
 
 from .common import InfoExtractor
@@ -119,7 +117,6 @@ def _real_extract(self, url):
         video_formats = self._parse_mp4(metadata)
         if video_formats is None:
             video_formats = self._parse_flv(metadata)
-        self._sort_formats(video_formats)
 
         return {
             'id': video_id,