aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/mnet.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/mnet.py')
-rw-r--r--hypervideo_dl/extractor/mnet.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/mnet.py b/hypervideo_dl/extractor/mnet.py
index 0e26ca1..98bab2e 100644
--- a/hypervideo_dl/extractor/mnet.py
+++ b/hypervideo_dl/extractor/mnet.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
from .common import InfoExtractor
from ..utils import (
int_or_none,
@@ -62,7 +59,6 @@ class MnetIE(InfoExtractor):
m3u8_url += '?' + token
formats = self._extract_wowza_formats(
m3u8_url, video_id, skip_protocols=['rtmp', 'rtsp', 'f4m'])
- self._sort_formats(formats)
description = info.get('ment')
duration = parse_duration(info.get('time'))