aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/whowatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/whowatch.py')
-rw-r--r--hypervideo_dl/extractor/whowatch.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/whowatch.py b/hypervideo_dl/extractor/whowatch.py
index e4b610d..f2808cd 100644
--- a/hypervideo_dl/extractor/whowatch.py
+++ b/hypervideo_dl/extractor/whowatch.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
from .common import InfoExtractor
from ..utils import (
int_or_none,
@@ -73,7 +70,6 @@ class WhoWatchIE(InfoExtractor):
formats.extend(self._extract_m3u8_formats(
hls_url, video_id, ext='mp4', m3u8_id='hls'))
self._remove_duplicate_formats(formats)
- self._sort_formats(formats)
uploader_url = try_get(metadata, lambda x: x['live']['user']['user_path'], compat_str)
if uploader_url: