diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-11 18:50:47 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-11 18:50:47 +0200 |
commit | 7227b04c8fd6c1de3a824154e790fcc644eaba70 (patch) | |
tree | 59bdd624c61637c45b9897973337eec2ed08eda7 /odin/strm/download_youtube | |
parent | 7c94d3252b73ef61303388019832d95721aa887f (diff) | |
download | nixos-7227b04c8fd6c1de3a824154e790fcc644eaba70.tar nixos-7227b04c8fd6c1de3a824154e790fcc644eaba70.tar.gz nixos-7227b04c8fd6c1de3a824154e790fcc644eaba70.tar.bz2 nixos-7227b04c8fd6c1de3a824154e790fcc644eaba70.tar.xz nixos-7227b04c8fd6c1de3a824154e790fcc644eaba70.zip |
more debug output
Diffstat (limited to 'odin/strm/download_youtube')
-rw-r--r-- | odin/strm/download_youtube | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/odin/strm/download_youtube b/odin/strm/download_youtube index 8efe300b..d6e41865 100644 --- a/odin/strm/download_youtube +++ b/odin/strm/download_youtube | |||
@@ -220,6 +220,8 @@ printf ">>> %s <<<\n %s\n" "${msgId}" "${message}" | |||
220 | transModes=(use-index enumerate) | 220 | transModes=(use-index enumerate) |
221 | 221 | ||
222 | for transMode (${transModes}); do | 222 | for transMode (${transModes}); do |
223 | printf "Trying transMode=%s\n" ${transMode} | ||
224 | |||
223 | typeset -a args | 225 | typeset -a args |
224 | args=(-y) | 226 | args=(-y) |
225 | typeset -a prePass | 227 | typeset -a prePass |