mirror of
https://github.com/sigmasternchen/Anineko
synced 2025-03-15 19:48:54 +00:00
i had to remove playbb, because there are uncomplete files... bad thing...
This commit is contained in:
parent
31252f8b08
commit
757d343d9c
1 changed files with 11 additions and 10 deletions
21
anineko
21
anineko
|
@ -100,6 +100,7 @@ elif test "$mode" = "file"; then
|
||||||
# first param: video url
|
# first param: video url
|
||||||
echo " Starting Download... "
|
echo " Starting Download... "
|
||||||
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[2A\033[0K"
|
# echo -ne "\033[2A\033[0K"
|
||||||
echo " Download completed."
|
echo " Download completed."
|
||||||
}
|
}
|
||||||
|
@ -124,16 +125,16 @@ elif test "$mode" = "file"; then
|
||||||
fi
|
fi
|
||||||
echo -e "[ \033[31mfail\033[0m ]"
|
echo -e "[ \033[31mfail\033[0m ]"
|
||||||
|
|
||||||
echo -n " Try to extract playbb-frame... "
|
# echo -n " Try to extract playbb-frame... "
|
||||||
page=$(wget --user-agent="$useragent" -q -O - "${url}")
|
# page=$(wget --user-agent="$useragent" -q -O - "${url}")
|
||||||
purl=$(echo -e "${page}" | grep "playbb.me" | sed -e "s/#038;//g" | awk -F'\"' '{ print $2; }' 2> /dev/null)
|
# purl=$(echo -e "${page}" | grep "playbb.me" | sed -e "s/#038;//g" | awk -F'\"' '{ print $2; }' 2> /dev/null)
|
||||||
if test -n "${purl}"; then
|
# if test -n "${purl}"; then
|
||||||
echo -e "[ \033[32mdone\033[0m ]"
|
# echo -e "[ \033[32mdone\033[0m ]"
|
||||||
download `extract $purl`
|
# download `extract $purl`
|
||||||
exit 0
|
# exit 0
|
||||||
fi
|
# fi
|
||||||
echo -e "[ \033[31mfail\033[0m ]"
|
# echo -e "[ \033[31mfail\033[0m ]"
|
||||||
|
#
|
||||||
echo -n " Try to extract easyvideo-frame... "
|
echo -n " Try to extract easyvideo-frame... "
|
||||||
page=$(wget --user-agent="$useragent" -q -O - "${url}")
|
page=$(wget --user-agent="$useragent" -q -O - "${url}")
|
||||||
purl=$(echo -e "${page}" | grep "easyvideo.me" | sed -e "s/#038;//g" | awk -F'\"' '{ print $2; }' 2> /dev/null)
|
purl=$(echo -e "${page}" | grep "easyvideo.me" | sed -e "s/#038;//g" | awk -F'\"' '{ print $2; }' 2> /dev/null)
|
||||||
|
|
Loading…
Reference in a new issue