aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/plays.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/plays.py')
-rw-r--r--hypervideo_dl/extractor/plays.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/plays.py b/hypervideo_dl/extractor/plays.py
index ddfc6f1..9371f7b 100644
--- a/hypervideo_dl/extractor/plays.py
+++ b/hypervideo_dl/extractor/plays.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
import re
from .common import InfoExtractor
@@ -41,7 +38,6 @@ class PlaysTVIE(InfoExtractor):
'format_id': 'http-' + format_id,
'height': int_or_none(height),
})
- self._sort_formats(formats)
info.update({
'id': video_id,