aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/br.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/br.py')
-rw-r--r--hypervideo_dl/extractor/br.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/hypervideo_dl/extractor/br.py b/hypervideo_dl/extractor/br.py
index 0155827..309452d 100644
--- a/hypervideo_dl/extractor/br.py
+++ b/hypervideo_dl/extractor/br.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
import json
from .common import InfoExtractor
@@ -160,7 +157,6 @@ class BRIE(InfoExtractor):
'format_id': 'rtmp-%s' % asset_type,
})
formats.append(rtmp_format_info)
- self._sort_formats(formats)
return formats
def _extract_thumbnails(self, variants, base_url):
@@ -275,7 +271,6 @@ class BRMediathekIE(InfoExtractor):
'tbr': tbr,
'filesize': int_or_none(node.get('fileSize')),
})
- self._sort_formats(formats)
subtitles = {}
for edge in clip.get('captionFiles', {}).get('edges', []):