aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/matchtv.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/matchtv.py')
-rw-r--r--hypervideo_dl/extractor/matchtv.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/matchtv.py b/hypervideo_dl/extractor/matchtv.py
index e003b8d..a67fa9f 100644
--- a/hypervideo_dl/extractor/matchtv.py
+++ b/hypervideo_dl/extractor/matchtv.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
import random
from .common import InfoExtractor
@@ -46,7 +43,6 @@ class MatchTVIE(InfoExtractor):
})['data']['videoUrl']
f4m_url = xpath_text(self._download_xml(video_url, video_id), './to')
formats = self._extract_f4m_formats(f4m_url, video_id)
- self._sort_formats(formats)
return {
'id': video_id,
'title': 'Матч ТВ - Прямой эфир',