aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/imggaming.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/imggaming.py')
-rw-r--r--hypervideo_dl/extractor/imggaming.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/imggaming.py b/hypervideo_dl/extractor/imggaming.py
index ce7b21a..8e220fd 100644
--- a/hypervideo_dl/extractor/imggaming.py
+++ b/hypervideo_dl/extractor/imggaming.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
import json
from .common import InfoExtractor
@@ -106,7 +103,6 @@ class ImgGamingBaseIE(InfoExtractor):
formats.extend(self._extract_mpd_formats(
media_url, media_id, mpd_id='dash', fatal=False,
headers=self._MANIFEST_HEADERS))
- self._sort_formats(formats)
subtitles = {}
for subtitle in video_data.get('subtitles', []):