]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/goodgame.py
[ie/youtube] Extract upload timestamp if available (#9856)
[yt-dlp.git] / yt_dlp / extractor / goodgame.py
index 0866647e6451d061558a3e3fab4a05d38280efb3..c17ad56f46c08acfea8495a98702cf41b69d3cb0 100644 (file)
@@ -41,7 +41,6 @@ def _real_extract(self, url):
         else:
             self.raise_no_formats('User is offline', expected=True, video_id=channel_name)
 
-        self._sort_formats(formats)
         return {
             'id': player_id,
             'formats': formats,