mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-12-01 10:47:30 +01:00
[dispeak] mark the "slides" stream as video-only
This commit is contained in:
parent
e02cdb31bb
commit
de7c27cd25
@ -93,6 +93,7 @@ def _parse_flv(self, metadata):
|
|||||||
'quality': -2,
|
'quality': -2,
|
||||||
'preference': -2,
|
'preference': -2,
|
||||||
'format_id': 'slides',
|
'format_id': 'slides',
|
||||||
|
'acodec': 'none',
|
||||||
})
|
})
|
||||||
speaker_video_path = xpath_text(metadata, './speakerVideo', fatal=True)
|
speaker_video_path = xpath_text(metadata, './speakerVideo', fatal=True)
|
||||||
formats.append({
|
formats.append({
|
||||||
|
Loading…
Reference in New Issue
Block a user