aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/expotv.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/expotv.py')
-rw-r--r--hypervideo_dl/extractor/expotv.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/hypervideo_dl/extractor/expotv.py b/hypervideo_dl/extractor/expotv.py
index 95a8977..bda6e3c 100644
--- a/hypervideo_dl/extractor/expotv.py
+++ b/hypervideo_dl/extractor/expotv.py
@@ -1,5 +1,3 @@
-from __future__ import unicode_literals
-
from .common import InfoExtractor
from ..utils import (
int_or_none,
@@ -51,7 +49,6 @@ class ExpoTVIE(InfoExtractor):
r'filename=.*\.([a-z0-9_A-Z]+)&', media_url,
'file extension', default=None) or fcfg.get('type'),
})
- self._sort_formats(formats)
title = self._og_search_title(webpage)
description = self._og_search_description(webpage)