aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/pandoratv.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/pandoratv.py')
-rw-r--r--hypervideo_dl/extractor/pandoratv.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/hypervideo_dl/extractor/pandoratv.py b/hypervideo_dl/extractor/pandoratv.py
index 6230053..ccc78da 100644
--- a/hypervideo_dl/extractor/pandoratv.py
+++ b/hypervideo_dl/extractor/pandoratv.py
@@ -1,7 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
-
from .common import InfoExtractor
from ..compat import (
compat_str,
@@ -116,7 +112,6 @@ class PandoraTVIE(InfoExtractor):
'url': format_url,
'height': int(height),
})
- self._sort_formats(formats)
return {
'id': video_id,