[ffmpeg] Fix wrong format of output dir

This commit is contained in:
David Zhuang 2016-08-11 03:30:21 -04:00
parent 0c50e04666
commit bb485a1110

View File

@ -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...