]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/caltrans.py
[ie/orf:on] Improve extraction (#9677)
[yt-dlp.git] / yt_dlp / extractor / caltrans.py
index e52dfb17064228ed7092c1f37c41885a68e46a1e..f4a4a834b8ec3b2f3ce1f69e8dc9c4d4c509574c 100644 (file)
@@ -27,7 +27,6 @@ def _real_extract(self, url):
         video_stream = self._search_regex(r'videoStreamURL\s*=\s*"([^"]+)"', global_vars, 'Video Stream URL', fatal=False)
 
         formats = self._extract_m3u8_formats(video_stream, video_id, 'ts', live=True)
-        self._sort_formats(formats)
 
         return {
             'id': video_id,