[extractor] Extract more metadata from ISM
Fixes 81b6102d20 (r105892531)
This commit is contained in:
parent
baa922b5c7
commit
f68434cc74
2 changed files with 38 additions and 80 deletions
|
|
@ -2983,6 +2983,8 @@ class InfoExtractor:
|
|||
'protocol': 'ism',
|
||||
'fragments': fragments,
|
||||
'has_drm': ism_doc.find('Protection') is not None,
|
||||
'language': stream_language,
|
||||
'audio_channels': int_or_none(track.get('Channels')),
|
||||
'_download_params': {
|
||||
'stream_type': stream_type,
|
||||
'duration': duration,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue