]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/r7.py
[ie/dailymotion] Support search (#8292)
[yt-dlp.git] / yt_dlp / extractor / r7.py
index e2202d6036ee97dae443c694dbe18d0298df52a5..f067a0571b4e10a2bdb166f33d42e8dbea32274b 100644 (file)
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
 from .common import InfoExtractor
 from ..utils import int_or_none
 
@@ -69,7 +66,6 @@ def _real_extract(self, url):
                 f_copy['protocol'] = 'http'
                 f = f_copy
             formats.append(f)
-        self._sort_formats(formats)
 
         description = video.get('description')
         thumbnail = video.get('thumb')