aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/nate.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/nate.py')
-rw-r--r--hypervideo_dl/extractor/nate.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/nate.py b/hypervideo_dl/extractor/nate.py
index 072faf6..5e74caa 100644
--- a/hypervideo_dl/extractor/nate.py
+++ b/hypervideo_dl/extractor/nate.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
import itertools
from .common import InfoExtractor
@@ -71,7 +68,6 @@ class NateIE(InfoExtractor):
'height': self._QUALITY.get(f_url[-2:]),
'quality': int_or_none(f_url[-2:]),
} for f_url in video_data.get('smcUriList') or []]
- self._sort_formats(formats)
return {
'id': id,
'title': video_data.get('clipTitle'),