aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/dlive.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/dlive.py')
-rw-r--r--yt_dlp/extractor/dlive.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/yt_dlp/extractor/dlive.py b/yt_dlp/extractor/dlive.py
index 31b4a568f..30fcf9fce 100644
--- a/yt_dlp/extractor/dlive.py
+++ b/yt_dlp/extractor/dlive.py
@@ -40,7 +40,6 @@ class DLiveVODIE(InfoExtractor):
title = broadcast['title']
formats = self._extract_m3u8_formats(
broadcast['playbackUrl'], vod_id, 'mp4', 'm3u8_native')
- self._sort_formats(formats)
return {
'id': vod_id,
'title': title,
@@ -79,7 +78,6 @@ class DLiveStreamIE(InfoExtractor):
formats = self._extract_m3u8_formats(
'https://live.prd.dlive.tv/hls/live/%s.m3u8' % username,
display_name, 'mp4')
- self._sort_formats(formats)
return {
'id': display_name,
'title': title,