Skip to content

Commit

Permalink
fixing ytdl
Browse files Browse the repository at this point in the history
Signed-off-by: Udith <[email protected]>
  • Loading branch information
uaudith committed May 12, 2020
1 parent 0b404f4 commit 71c24d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userge/plugins/utils/utube.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def __progress(data: dict):
desiredFormat = desiredFormat1
retcode = tubeDl([message.filtered_input_str], __progress, startTime, desiredFormat)
elif 'v' in message.flags:
desiredFormat = desiredFormat2+'bestaudio'
desiredFormat = desiredFormat2+'+bestaudio'
retcode = tubeDl([message.filtered_input_str], __progress, startTime, desiredFormat)
else:
retcode = tubeDl([message.filtered_input_str], __progress, startTime, None)
Expand Down

0 comments on commit 71c24d9

Please sign in to comment.