]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/playplustv.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / playplustv.py
index cad2c3a0f4d75f9301476d71623547b3e1c50a97..316f220f799db70483cf066a6f0186c1f8cc325e 100644 (file)
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
 import json
 
 from .common import InfoExtractor
@@ -82,7 +79,6 @@ def _real_extract(self, url):
                 'width': int_or_none(file_info.get('width')),
                 'height': int_or_none(file_info.get('height')),
             })
-        self._sort_formats(formats)
 
         thumbnails = []
         for thumb in media.get('thumbs', []):