diff options
author | felix <felix.von.s@posteo.de> | 2015-08-03 17:43:57 +0200 |
---|---|---|
committer | felix <felix.von.s@posteo.de> | 2020-09-12 13:41:23 +0200 |
commit | de7c27cd2545d6a9d75d8142af27d5cb7151ed9a (patch) | |
tree | b546a0fccca1546887d0d4811234ddef4c156465 | |
parent | e02cdb31bb9d7d80d382fcc37f61e08cc7dc56f0 (diff) | |
download | hypervideo-pre-de7c27cd2545d6a9d75d8142af27d5cb7151ed9a.tar.lz hypervideo-pre-de7c27cd2545d6a9d75d8142af27d5cb7151ed9a.tar.xz hypervideo-pre-de7c27cd2545d6a9d75d8142af27d5cb7151ed9a.zip |
[dispeak] mark the "slides" stream as video-only
-rw-r--r-- | youtube_dlc/extractor/dispeak.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dlc/extractor/dispeak.py b/youtube_dlc/extractor/dispeak.py index c345e0274..22bdc5635 100644 --- a/youtube_dlc/extractor/dispeak.py +++ b/youtube_dlc/extractor/dispeak.py @@ -93,6 +93,7 @@ class DigitallySpeakingIE(InfoExtractor): 'quality': -2, 'preference': -2, 'format_id': 'slides', + 'acodec': 'none', }) speaker_video_path = xpath_text(metadata, './speakerVideo', fatal=True) formats.append({ |