fi
unset badsizesl
if [ -r "$d/.autodl/badsizes" ]; then
- badsizesl="$(sed -n "s/^$curep \(.*\)$/\1/p" "$d/.autodl/badsizes")"
+ badsizesl="$(sed -n "s/^0*$curep \(.*\)$/\1/p" "$d/.autodl/badsizes")"
fi
if [ -n "$badsizesl" ]; then
read -a badsizes <<<"$badsizesl"
fuarg="`printf "$uarg" "$curep"`"
args=("${args[@]}" -a "$fuarg")
fi
- outfile="`mktemp /tmp/autodlXXXXXX`"
+ outfile="$d/.autodl/output"
echo "trying to download -- autodl ${args[@]}"
intr=n
autodl "${args[@]}" >"$outfile" 2>&1 &
echo "$tag interrupted"
else
if [ "$stat" -ne 0 ]; then
- echo "Failure for $tag" >>"$HOME/dc/autodl/errorlog"
- tail -n 20 "$outfile" >>"$HOME/dc/autodl/errorlog"
+ if [ "$stat" -eq 1 ]; then
+ echo "Failure for $tag" >>"$HOME/dc/autodl/errorlog"
+ tail -n 20 "$outfile" >>"$HOME/dc/autodl/errorlog"
+ elif [ "$stat" -eq 2 ]; then
+ echo "Connection error on $tag"
+ elif [ "$stat" -eq 3 ]; then
+ echo "Configuration error, disabling $tag"
+ cp "$outfile" "$d/.autodl/conferr"
+ touch "$d/.autodl/disabled"
+ fi
else
echo "episode $curep of $tag done"
case "$epfrom" in