aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/urplay.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/urplay.py')
-rw-r--r--hypervideo_dl/extractor/urplay.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/urplay.py b/hypervideo_dl/extractor/urplay.py
index eb2ab26..0f0d659 100644
--- a/hypervideo_dl/extractor/urplay.py
+++ b/hypervideo_dl/extractor/urplay.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
from .common import InfoExtractor
from ..utils import (
dict_get,
@@ -79,7 +76,6 @@ class URPlayIE(InfoExtractor):
formats.extend(self._extract_wowza_formats(
'http://%s/%splaylist.m3u8' % (host, file_http),
video_id, skip_protocols=['f4m', 'rtmp', 'rtsp']))
- self._sort_formats(formats)
subtitles = {}