]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/webofstories.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / webofstories.py
index f2b8d19b439d4279e89b872e41b2eeefd421333e..65f48f3b1931478982d00f63a5878c60bf3f05da 100644 (file)
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
 import re
 
 from .common import InfoExtractor
@@ -107,8 +104,6 @@ def _real_extract(self, url):
             'play_path': play_path,
         }]
 
-        self._sort_formats(formats)
-
         return {
             'id': story_id,
             'title': title,