]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/tvnet.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / tvnet.py
index aa1e9d9234778cf937c0a8e194903fbb5adad4d7..77426f7e6800847f00e1cf4dad20c4d68af1ddb4 100644 (file)
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
 import re
 
 from .common import InfoExtractor
@@ -112,7 +109,6 @@ def _real_extract(self, url):
             stream_urls.add(stream_url)
             formats.extend(self._extract_m3u8_formats(
                 stream_url, video_id, 'mp4', live=is_live, m3u8_id='hls', fatal=False))
-        self._sort_formats(formats)
 
         # better support for radio streams
         if title.startswith('VOV'):