]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/tvn24.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / tvn24.py
index de0fb506316814c8562de514daddc5f99165cf6f..9c777c17d8d529c82aacee1d6c8131c18fff6a59 100644 (file)
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
 from .common import InfoExtractor
 from ..utils import (
     int_or_none,
@@ -73,7 +70,6 @@ def extract_json(attr, name, default=NO_DEFAULT, fatal=True):
                 'format_id': format_id,
                 'height': int_or_none(format_id.rstrip('p')),
             })
-        self._sort_formats(formats)
 
         description = self._og_search_description(webpage, default=None)
         thumbnail = self._og_search_thumbnail(