]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/ciscowebex.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / ciscowebex.py
index 882dae91b5418ebf0ba45c64e7544e6953e11a40..44595d854c410a2fe10ac2bc44d68017201e6df9 100644 (file)
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
 from .common import InfoExtractor
 from ..utils import (
     int_or_none,
@@ -75,7 +72,6 @@ def _real_extract(self, url):
                     'vcodec': 'none',
                     'acodec': 'mp3',
                 })
-        self._sort_formats(formats)
 
         return {
             'id': video_id,