mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 00:33:58 +03:00
[ffmpeg] Fix wrong format of output dir
This commit is contained in:
parent
0c50e04666
commit
bb485a1110
@ -209,7 +209,7 @@ def ffmpeg_download_stream(files, title, ext, params={}, output_dir='.'):
|
||||
output = title + '.' + ext
|
||||
|
||||
if not (output_dir == '.'):
|
||||
output = output_dir + output
|
||||
output = output_dir + '/' + output
|
||||
|
||||
ffmpeg_params = []
|
||||
#should these exist...
|
||||
|
Loading…
Reference in New Issue
Block a user