[ffmpeg] Add --ffmpeg-location

This commit is contained in:
Philipp Hagemeister
2015-02-13 11:14:01 +01:00
parent c80b9cd280
commit 73fac4e911
5 changed files with 80 additions and 31 deletions

View File

@ -350,6 +350,7 @@ def _real_main(argv=None):
'xattr_set_filesize': opts.xattr_set_filesize,
'match_filter': match_filter,
'no_color': opts.no_color,
'ffmpeg_location': opts.ffmpeg_location,
}
with YoutubeDL(ydl_opts) as ydl: