aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/watchbox.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/watchbox.py')
-rw-r--r--hypervideo_dl/extractor/watchbox.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/hypervideo_dl/extractor/watchbox.py b/hypervideo_dl/extractor/watchbox.py
index d19d801..c973ca9 100644
--- a/hypervideo_dl/extractor/watchbox.py
+++ b/hypervideo_dl/extractor/watchbox.py
@@ -1,7 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
-
from .common import InfoExtractor
from ..compat import compat_str
from ..utils import (
@@ -113,7 +109,6 @@ class WatchBoxIE(InfoExtractor):
'height': int_or_none(item.get('height')),
'tbr': int_or_none(item.get('bitrate')),
})
- self._sort_formats(formats)
description = strip_or_none(item.get('descr'))
thumbnail = item.get('media_content_thumbnail_large') or source.get('poster') or item.get('media_thumbnail')