aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/walla.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/walla.py')
-rw-r--r--hypervideo_dl/extractor/walla.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/walla.py b/hypervideo_dl/extractor/walla.py
index 00f081b..a1a9c17 100644
--- a/hypervideo_dl/extractor/walla.py
+++ b/hypervideo_dl/extractor/walla.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
import re
from .common import InfoExtractor
@@ -72,7 +69,6 @@ class WallaIE(InfoExtractor):
if m:
fmt['height'] = int(m.group('height'))
formats.append(fmt)
- self._sort_formats(formats)
return {
'id': video_id,