aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/nuvid.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/nuvid.py')
-rw-r--r--hypervideo_dl/extractor/nuvid.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/hypervideo_dl/extractor/nuvid.py b/hypervideo_dl/extractor/nuvid.py
index 84fb97d..6ac351c 100644
--- a/hypervideo_dl/extractor/nuvid.py
+++ b/hypervideo_dl/extractor/nuvid.py
@@ -1,5 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
import re
from .common import InfoExtractor
@@ -82,7 +80,6 @@ class NuvidIE(InfoExtractor):
} for quality, source in video_data.get('files').items() if source]
self._check_formats(formats, video_id)
- self._sort_formats(formats)
duration = parse_duration(traverse_obj(video_data, 'duration', 'duration_format'))
thumbnails = [