From 140da66f74357e65423b79fae8f55fdc938c1a77 Mon Sep 17 00:00:00 2001 From: felix Date: Mon, 3 Aug 2015 17:43:57 +0200 Subject: [PATCH] [dispeak] mark the "slides" stream as video-only --- youtube_dl/extractor/dispeak.py | 1 + 1 file changed, 1 insertion(+) diff --git a/youtube_dl/extractor/dispeak.py b/youtube_dl/extractor/dispeak.py index c345e0274..22bdc5635 100644 --- a/youtube_dl/extractor/dispeak.py +++ b/youtube_dl/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({