aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/rice.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/rice.py')
-rw-r--r--hypervideo_dl/extractor/rice.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/rice.py b/hypervideo_dl/extractor/rice.py
index cf2bb1b..3dd4d31 100644
--- a/hypervideo_dl/extractor/rice.py
+++ b/hypervideo_dl/extractor/rice.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
import re
from .common import InfoExtractor
@@ -91,7 +88,6 @@ class RICEIE(InfoExtractor):
'ext': 'flv',
})
formats.append(fmt)
- self._sort_formats(formats)
thumbnails = []
for content_asset in content_data.findall('.//contentAssets'):