]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/melonvod.py
[ie/youtube] Extract upload timestamp if available (#9856)
[yt-dlp.git] / yt_dlp / extractor / melonvod.py
index bd8cf13ab44048257ef52e5f81268ed7cfd5d6d3..1d3fff856621fb616f28a7bb11ecc9d6f787c343 100644 (file)
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
 from .common import InfoExtractor
 from ..utils import (
     int_or_none,
@@ -47,7 +44,6 @@ def _real_extract(self, url):
 
         formats = self._extract_m3u8_formats(
             stream_info['encUrl'], video_id, 'mp4', m3u8_id='hls')
-        self._sort_formats(formats)
 
         artist_list = play_info.get('artistList')
         artist = None