Skip to content

Commit

Permalink
Update video.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jv0id authored May 4, 2023
1 parent 9f1bcbd commit 0259d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/modules/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0259d38

Please sign in to comment.