From eaeeef9c1d1bedb76fea953c332ef84d53bffe2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 2 Dec 2022 05:21:10 +0800 Subject: update from upstream --- hypervideo_dl/extractor/nate.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'hypervideo_dl/extractor/nate.py') 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'), -- cgit v1.2.3