mirror of
https://github.com/soimort/you-get.git
synced 2025-02-09 03:37:52 +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
|
output = title + '.' + ext
|
||||||
|
|
||||||
if not (output_dir == '.'):
|
if not (output_dir == '.'):
|
||||||
output = output_dir + output
|
output = output_dir + '/' + output
|
||||||
|
|
||||||
ffmpeg_params = []
|
ffmpeg_params = []
|
||||||
#should these exist...
|
#should these exist...
|
||||||
|
Loading…
Reference in New Issue
Block a user