mirror of
https://github.com/sigmasternchen/Anineko
synced 2025-03-15 19:48:54 +00:00
*peting the cat*
This commit is contained in:
parent
b0210ab63f
commit
e2e30cebdf
1 changed files with 3 additions and 1 deletions
4
anineko
4
anineko
|
@ -164,8 +164,10 @@ elif test "$mode" = "file"; then
|
||||||
fi
|
fi
|
||||||
echo -e " > 20 MB"
|
echo -e " > 20 MB"
|
||||||
echo " Starting Download... "
|
echo " Starting Download... "
|
||||||
|
echo -ne "\033[?25l"
|
||||||
wget --user-agent="$useragent" -O "${file}" -c "$1" --progress=bar:force 2>&1 | tail -f -n +12
|
wget --user-agent="$useragent" -O "${file}" -c "$1" --progress=bar:force 2>&1 | tail -f -n +12
|
||||||
|
echo -ne "\033[?25h"
|
||||||
|
|
||||||
# echo -ne "\033[2A\033[0K"
|
# echo -ne "\033[2A\033[0K"
|
||||||
echo " Download completed."
|
echo " Download completed."
|
||||||
return 0
|
return 0
|
||||||
|
|
Loading…
Reference in a new issue