]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/newgrounds.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / newgrounds.py
index 6525a6d8a30589807184cccfa86014c67b71ee46..9e3286dfe749040176b50043b887892747b2f0ff 100644 (file)
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
 import functools
 import re
 
@@ -175,7 +172,6 @@ def _real_extract(self, url):
         if video_type_description == 'Audio File':
             formats[0]['vcodec'] = 'none'
         self._check_formats(formats, media_id)
-        self._sort_formats(formats)
 
         return {
             'id': media_id,