aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/dvtv.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/dvtv.py')
-rw-r--r--hypervideo_dl/extractor/dvtv.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/dvtv.py b/hypervideo_dl/extractor/dvtv.py
index 08663cf..e671433 100644
--- a/hypervideo_dl/extractor/dvtv.py
+++ b/hypervideo_dl/extractor/dvtv.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
import re
from .common import InfoExtractor
@@ -145,7 +142,6 @@ class DVTVIE(InfoExtractor):
'format_id': join_nonempty('http', ext, label),
'height': int_or_none(height),
})
- self._sort_formats(formats)
return {
'id': data.get('mediaid') or video_id,