aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/viidea.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/viidea.py')
-rw-r--r--hypervideo_dl/extractor/viidea.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/hypervideo_dl/extractor/viidea.py b/hypervideo_dl/extractor/viidea.py
index 0da0681..4cdf267 100644
--- a/hypervideo_dl/extractor/viidea.py
+++ b/hypervideo_dl/extractor/viidea.py
@@ -1,5 +1,3 @@
-from __future__ import unicode_literals
-
import re
from .common import InfoExtractor
@@ -160,7 +158,6 @@ class ViideaIE(InfoExtractor):
smil_url = '%s/%s/video/%s/smil.xml' % (base_url, lecture_slug, part_id)
smil = self._download_smil(smil_url, lecture_id)
info = self._parse_smil(smil, smil_url, lecture_id)
- self._sort_formats(info['formats'])
info['id'] = lecture_id if not multipart else '%s_part%s' % (lecture_id, part_id)
info['display_id'] = lecture_slug if not multipart else '%s_part%s' % (lecture_slug, part_id)
if multipart: