aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/beatport.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/beatport.py')
-rw-r--r--hypervideo_dl/extractor/beatport.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/beatport.py b/hypervideo_dl/extractor/beatport.py
index e1cf8b4..0aecbd0 100644
--- a/hypervideo_dl/extractor/beatport.py
+++ b/hypervideo_dl/extractor/beatport.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
import re
from .common import InfoExtractor
@@ -77,7 +74,6 @@ class BeatportIE(InfoExtractor):
fmt['abr'] = 96
fmt['asr'] = 44100
formats.append(fmt)
- self._sort_formats(formats)
images = []
for name, info in track['images'].items():