]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/servus.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / servus.py
index 1610ddc2cdd6a4f5a33a1200ac16bf4edc5d5f64..490d562672385eb4d3292d2653080856cb802fd8 100644 (file)
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
 from .common import InfoExtractor
 from ..utils import (
     determine_ext,
@@ -107,7 +104,6 @@ def _real_extract(self, url):
                     'width': int_or_none(resource.get('width')),
                     'height': int_or_none(resource.get('height')),
                 })
-        self._sort_formats(formats)
 
         attrs = {}
         for attribute in video['attributes']: