mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-13 00:17:32 +00:00
parent
fc2ba496fd
commit
5736d79172
1 changed files with 1 additions and 0 deletions
|
@ -920,6 +920,7 @@ def _real_main(argv=None):
|
||||||
# We may need ffmpeg_location without having access to the YoutubeDL instance
|
# We may need ffmpeg_location without having access to the YoutubeDL instance
|
||||||
# See https://github.com/yt-dlp/yt-dlp/issues/2191
|
# See https://github.com/yt-dlp/yt-dlp/issues/2191
|
||||||
if opts.ffmpeg_location:
|
if opts.ffmpeg_location:
|
||||||
|
opts.ffmpeg_location = expand_path(opts.ffmpeg_location)
|
||||||
FFmpegPostProcessor._ffmpeg_location.set(opts.ffmpeg_location)
|
FFmpegPostProcessor._ffmpeg_location.set(opts.ffmpeg_location)
|
||||||
|
|
||||||
with YoutubeDL(ydl_opts) as ydl:
|
with YoutubeDL(ydl_opts) as ydl:
|
||||||
|
|
Loading…
Reference in a new issue