X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=autodlctl;h=9e83a6bb0ab9d05fb0e5249597a1b5fa6020d1d5;hb=d740b990e5e6202dc9f4b5976de67342504add62;hp=4675ad03239d9e0698ed8897502aae259f0c4a0b;hpb=f8416d8d2aeec1e259deffb6767eef7d6cb97b27;p=utils.git diff --git a/autodlctl b/autodlctl index 4675ad0..9e83a6b 100755 --- a/autodlctl +++ b/autodlctl @@ -79,7 +79,7 @@ function getnext wait $pid stat=$? if [ -r "$estatfile" ]; then - estat="`cat "$estatfile"`" + estat=(`cat "$estatfile"`) rm -f "$estatfile" fi if [ "$intr" = y ]; then @@ -131,6 +131,10 @@ function getnext if [ "$estat" = bad ]; then echo "episode reported as bad, adding to badlist" echo "$curep" >>badlist + elif [ "${estat[0]}" = badsize ]; then + echo "size reported as bad" + echo "$curep" >>badlist + echo "$curep ${estat[1]}" >>badsizes fi if ! findcurep; then echo "no more episodes to download from $tag"