diff options
author | Tom-Oliver Heidel <blackjack4494@web.de> | 2020-09-14 13:20:00 +0200 |
---|---|---|
committer | Tom-Oliver Heidel <blackjack4494@web.de> | 2020-09-14 13:20:00 +0200 |
commit | b4b3a22dae1333bb054498d58a53d454846b7d59 (patch) | |
tree | f00ef2eade2e7e4a4ad5f223784d5fcaa450af65 /youtube_dlc/extractor/dispeak.py | |
parent | 1985f657e5df8529444d7f3b6726b07bae202506 (diff) | |
parent | acdb1a4ec627c6ddd976b69c25ebf87fd983ee67 (diff) |
Merge branch 'DjMoren-fix-mitele'
Diffstat (limited to 'youtube_dlc/extractor/dispeak.py')
-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({ |