diff --git a/bot/modules/video.py b/bot/modules/video.py index b2a78ab..53b8695 100644 --- a/bot/modules/video.py +++ b/bot/modules/video.py @@ -59,7 +59,7 @@ def download_video(self): sys.stdout.flush() ydl_opts = { - 'format':"bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best[ext=flv]/best' --merge-output-format mp4", + 'format':"bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best[ext=flv]/best --merge-output-format mp4", 'quiet': True, 'no_warnings': True, 'noplaylist': True,