Skip to content

Commit

Permalink
Bugfix: Merge audio
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasithih committed May 28, 2021
1 parent 3a4af18 commit 7ad44e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def download(job):
else:
ydl_opts['format'] = job.format
else:
ydl_opts['format'] = job.preset
ydl_opts['format'] = '{}+bestaudio'.format(job.preset)


try:
Expand Down

0 comments on commit 7ad44e4

Please sign in to comment.