mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-10 06:43:20 +08:00
[dispeak] mark the "slides" stream as video-only
This commit is contained in:
parent
7bf27721d6
commit
140da66f74
@ -93,6 +93,7 @@ class DigitallySpeakingIE(InfoExtractor):
|
|||||||
'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