aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/alsace20tv.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/alsace20tv.py')
-rw-r--r--hypervideo_dl/extractor/alsace20tv.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/alsace20tv.py b/hypervideo_dl/extractor/alsace20tv.py
index 4aae6fe..ea3332e 100644
--- a/hypervideo_dl/extractor/alsace20tv.py
+++ b/hypervideo_dl/extractor/alsace20tv.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
from .common import InfoExtractor
from ..utils import (
clean_html,
@@ -25,7 +22,6 @@ class Alsace20TVBaseIE(InfoExtractor):
self._extract_smil_formats(fmt_url, video_id, fatal=False)
if '/smil:_' in fmt_url
else self._extract_mpd_formats(fmt_url, video_id, mpd_id=res, fatal=False))
- self._sort_formats(formats)
webpage = (url and self._download_webpage(url, video_id, fatal=False)) or ''
thumbnail = url_or_none(dict_get(info, ('image', 'preview', )) or self._og_search_thumbnail(webpage))