[piksel] Fix sorting

This commit is contained in:
pukkandan
2021-11-05 20:39:00 +05:30
parent a9d4da606d
commit df6c409d1f
2 changed files with 2 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ class NhkBaseIE(InfoExtractor):
m3u8_id='hls', fatal=False)
for f in info['formats']:
f['language'] = lang
self._sort_formats(info['formats'])
else:
info.update({
'_type': 'url_transparent',