mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-06 06:45:00 +01:00
[piksel] Fix sorting
This commit is contained in:
parent
a9d4da606d
commit
df6c409d1f
2 changed files with 2 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue