]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/nfb.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / nfb.py
index a12e503de25569f5fd718bc59b1836c46fb41e8d..38e068af4189f338c63af24948a4208aaad2b86a 100644 (file)
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
 from .common import InfoExtractor
 from ..utils import int_or_none
 
@@ -38,7 +35,6 @@ def _real_extract(self, url):
             player, 'source', default=None, fatal=True)
 
         formats, subtitles = self._extract_m3u8_formats_and_subtitles(source, video_id, ext='mp4')
-        self._sort_formats(formats)
 
         return {
             'id': video_id,