]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/nate.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / nate.py
index 072faf6ea333bad1ad02fd67d60d78559aae8628..5e74caa7f6c9e8e025ad7674949918e4dfa3dd95 100644 (file)
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
 import itertools
 
 from .common import InfoExtractor
@@ -71,7 +68,6 @@ def _real_extract(self, url):
             'height': self._QUALITY.get(f_url[-2:]),
             'quality': int_or_none(f_url[-2:]),
         } for f_url in video_data.get('smcUriList') or []]
-        self._sort_formats(formats)
         return {
             'id': id,
             'title': video_data.get('clipTitle'),