aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/atresplayer.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/atresplayer.py')
-rw-r--r--hypervideo_dl/extractor/atresplayer.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/hypervideo_dl/extractor/atresplayer.py b/hypervideo_dl/extractor/atresplayer.py
index 465af4e..a20e7f9 100644
--- a/hypervideo_dl/extractor/atresplayer.py
+++ b/hypervideo_dl/extractor/atresplayer.py
@@ -1,7 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
-
from .common import InfoExtractor
from ..compat import compat_HTTPError
from ..utils import (
@@ -88,7 +84,6 @@ class AtresPlayerIE(InfoExtractor):
elif src_type == 'application/dash+xml':
formats, subtitles = self._extract_mpd_formats(
src, video_id, mpd_id='dash', fatal=False)
- self._sort_formats(formats)
heartbeat = episode.get('heartbeat') or {}
omniture = episode.get('omniture') or {}