aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/firsttv.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/firsttv.py')
-rw-r--r--hypervideo_dl/extractor/firsttv.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/firsttv.py b/hypervideo_dl/extractor/firsttv.py
index ccad173..f74bd13 100644
--- a/hypervideo_dl/extractor/firsttv.py
+++ b/hypervideo_dl/extractor/firsttv.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
from .common import InfoExtractor
from ..compat import (
compat_str,
@@ -126,7 +123,6 @@ class FirstTVIE(InfoExtractor):
% (path, m3u8_path),
display_id, 'mp4',
entry_protocol='m3u8_native', m3u8_id='hls', fatal=False))
- self._sort_formats(formats)
thumbnail = item.get('poster') or self._og_search_thumbnail(webpage)
duration = int_or_none(item.get('duration') or self._html_search_meta(