aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/cbssports.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/cbssports.py')
-rw-r--r--hypervideo_dl/extractor/cbssports.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/cbssports.py b/hypervideo_dl/extractor/cbssports.py
index b8a6e59..b5d85af 100644
--- a/hypervideo_dl/extractor/cbssports.py
+++ b/hypervideo_dl/extractor/cbssports.py
@@ -1,6 +1,3 @@
-from __future__ import unicode_literals
-
-
# from .cbs import CBSBaseIE
from .common import InfoExtractor
from ..utils import (
@@ -43,7 +40,6 @@ class CBSSportsEmbedIE(InfoExtractor):
formats = self._extract_m3u8_formats(
metadata['files'][0]['url'], video_id, 'mp4',
'm3u8_native', m3u8_id='hls', fatal=False)
- self._sort_formats(formats)
image = video.get('image')
thumbnails = None