1
0
Fork 0

[ffmpeg] Add --ffmpeg-location

This commit is contained in:
Philipp Hagemeister 2015-02-13 11:14:01 +01:00
commit 73fac4e911
5 changed files with 82 additions and 33 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: