]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/breakcom.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / breakcom.py
index f38789f99859f1df51ee132eb36f14ffc9527158..00cf308c7a02e696ff0a50d7d0379d9c432b5989 100644 (file)
@@ -1,6 +1,3 @@
-from __future__ import unicode_literals
-
-
 from .common import InfoExtractor
 from .youtube import YoutubeIE
 from ..utils import (
@@ -66,7 +63,6 @@ def _real_extract(self, url):
                 'format_id': 'http-%d' % bitrate if bitrate else 'http',
                 'tbr': bitrate,
             })
-        self._sort_formats(formats)
 
         title = self._search_regex(
             (r'title["\']\s*:\s*(["\'])(?P<value>(?:(?!\1).)+)\1',