]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/dw.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / dw.py
index 6eaee07b47df5c036811d5a489b6e06c044b08cf..9c4a08e54f66d048e8c8a945b454afd930417e12 100644 (file)
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
 from .common import InfoExtractor
 from ..utils import (
     int_or_none,
@@ -65,7 +62,6 @@ def _real_extract(self, url):
                 transform_source=lambda s: s.replace(
                     'rtmp://tv-od.dw.de/flash/',
                     'http://tv-download.dw.de/dwtv_video/flv/'))
-        self._sort_formats(formats)
 
         upload_date = hidden_inputs.get('display_date')
         if not upload_date: