aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/hse.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/hse.py')
-rw-r--r--hypervideo_dl/extractor/hse.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/hypervideo_dl/extractor/hse.py b/hypervideo_dl/extractor/hse.py
index 9144ff8..3cb21d2 100644
--- a/hypervideo_dl/extractor/hse.py
+++ b/hypervideo_dl/extractor/hse.py
@@ -1,4 +1,3 @@
-# coding: utf-8
from .common import InfoExtractor
from ..utils import (
ExtractorError,
@@ -26,7 +25,6 @@ class HSEShowBaseInfoExtractor(InfoExtractor):
fmts, subs = self._extract_m3u8_formats_and_subtitles(src['url'], video_id, ext='mp4')
formats.extend(fmts)
subtitles = self._merge_subtitles(subtitles, subs)
- self._sort_formats(formats)
return formats, subtitles