]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/moviezine.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / moviezine.py
index 730da4bd700f01eb26eb0b99b7a42dbfa0730a2c..cffcdcfb561ca17dfcf5281f985dd7501e313497 100644 (file)
@@ -1,7 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
-
 from .common import InfoExtractor
 
 
@@ -33,8 +29,6 @@ def _real_extract(self, url):
             'ext': 'mp4',
         }]
 
-        self._sort_formats(formats)
-
         return {
             'id': video_id,
             'title': self._search_regex(r'title: "(.+?)",', jsplayer, 'title'),