diff --git a/examples/basic_voice.py b/examples/basic_voice.py index 651fa47b3..63c0b7fe9 100644 --- a/examples/basic_voice.py +++ b/examples/basic_voice.py @@ -24,7 +24,6 @@ ytdl_format_options = { } ffmpeg_options = { - 'before_options': '-nostdin', 'options': '-vn' }