aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/tv5mondeplus.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/tv5mondeplus.py')
-rw-r--r--hypervideo_dl/extractor/tv5mondeplus.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/tv5mondeplus.py b/hypervideo_dl/extractor/tv5mondeplus.py
index a0832d2..bd0be78 100644
--- a/hypervideo_dl/extractor/tv5mondeplus.py
+++ b/hypervideo_dl/extractor/tv5mondeplus.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
from .common import InfoExtractor
from ..utils import (
determine_ext,
@@ -80,7 +77,6 @@ class TV5MondePlusIE(InfoExtractor):
'url': v_url,
'format_id': video_format,
})
- self._sort_formats(formats)
metadata = self._parse_json(
vpl_data['data-metadata'], display_id)