aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/newsy.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/newsy.py')
-rw-r--r--hypervideo_dl/extractor/newsy.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/newsy.py b/hypervideo_dl/extractor/newsy.py
index cf31641..a5a7b16 100644
--- a/hypervideo_dl/extractor/newsy.py
+++ b/hypervideo_dl/extractor/newsy.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
from .common import InfoExtractor
from ..utils import (
js_to_json,
@@ -39,7 +36,6 @@ class NewsyIE(InfoExtractor):
fmts, subs = self._extract_m3u8_formats_and_subtitles(data_json['stream'], display_id)
formats.extend(fmts)
subtitles = self._merge_subtitles(subtitles, subs)
- self._sort_formats(formats)
return merge_dicts(ld_json, {
'id': data_json['id'],
'display_id': display_id,