aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/daystar.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/daystar.py')
-rw-r--r--hypervideo_dl/extractor/daystar.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/daystar.py b/hypervideo_dl/extractor/daystar.py
index 4f59d90..ef3520a 100644
--- a/hypervideo_dl/extractor/daystar.py
+++ b/hypervideo_dl/extractor/daystar.py
@@ -36,7 +36,6 @@ class DaystarClipIE(InfoExtractor):
video_id, 'mp4', fatal=False, headers={'Referer': src_iframe})
formats.extend(fmts)
subtitles = self._merge_subtitles(subtitles, subs)
- self._sort_formats(formats)
return {
'id': video_id,