]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/filmmodu.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / filmmodu.py
index 2746876d5338ad1cce752bab9498452554d9d4be..9eb550eed543c0a6a6dce6c79a6cfd29b2b09691 100644 (file)
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
 from .common import InfoExtractor
 from ..utils import int_or_none
 
@@ -54,8 +51,6 @@ def _real_extract(self, url):
             'protocol': 'm3u8_native',
         } for source in data['sources']]
 
-        self._sort_formats(formats)
-
         subtitles = {}
 
         if data.get('subtitle'):