From 442a0f4db8f56bcc6e4bfa93b92e2361ed195175 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 22 May 2018 21:55:49 +0200 Subject: ... --- odin/strm/download_youtube | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odin') diff --git a/odin/strm/download_youtube b/odin/strm/download_youtube index 5eb550ba..043d98f4 100644 --- a/odin/strm/download_youtube +++ b/odin/strm/download_youtube @@ -210,7 +210,7 @@ printf ">>> %s <<<\n %s\n" "${msgId}" "${message}" mv -vf "${filename}" "${tempfile}" typeset -A fileInfo - for line ($(@ffmpeg@/bin/ffprobe -v error -show_format -show_streams -show_entries stream=codec_name,codec_type:format=:stream_tags=:stream_disposition=:format_tags= -of flat=h=0 -- ${tempfile}; ffmpegResult=$((ffmpegResult || $?)))); do + for line ($(@ffmpeg@/bin/ffprobe -v error -show_format -show_streams -show_entries stream=codec_name,codec_type:format=:stream_tags=:stream_disposition=:format_tags= -of flat=h=0 -- ${tempfile})); do fileInfo[${line%=*}]=${(Q)line#*=} done -- cgit v1.2.3