summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin/strm/download_youtube2
1 files changed, 1 insertions, 1 deletions
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}"
210 mv -vf "${filename}" "${tempfile}" 210 mv -vf "${filename}" "${tempfile}"
211 211
212 typeset -A fileInfo 212 typeset -A fileInfo
213 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 213 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
214 fileInfo[${line%=*}]=${(Q)line#*=} 214 fileInfo[${line%=*}]=${(Q)line#*=}
215 done 215 done
216 216