summaryrefslogtreecommitdiff
path: root/odin
diff options
context:
space:
mode:
Diffstat (limited to 'odin')
-rwxr-xr-xodin/strm/download_youtube2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin/strm/download_youtube b/odin/strm/download_youtube
index 4c37cb7e..77172c87 100755
--- a/odin/strm/download_youtube
+++ b/odin/strm/download_youtube
@@ -212,7 +212,7 @@ printf ">>> %s <<<\n %s\n" "${msgId}" "${message}"
212 mv -vf "${filename}" "${tempfile}" | debug 212 mv -vf "${filename}" "${tempfile}" | debug
213 213
214 typeset -A fileInfo 214 typeset -A fileInfo
215 for line ($(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 215 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
216 fileInfo[${line%=*}]=${(Q)line#*=} 216 fileInfo[${line%=*}]=${(Q)line#*=}
217 done 217 done
218 218