Added error handling for wrong username/password combination

This commit is contained in:
Sergey "Shnatsel" Davidoff 2015-07-02 07:22:37 +03:00
parent d976ace626
commit f732668ac4

View file

@ -43,7 +43,10 @@ else
--referer="https://www.furaffinity.net/login/" \
--save-cookies "$cookies_file" \
--post-data "action=login&retard_protection=1&name=$LOGIN_NAME&pass=$PASSWORD&login=Login+to%C2%A0FurAffinity" \
"https://www.furaffinity.net/login/"
-O - "https://www.furaffinity.net/login/" | grep "erroneous username or password" && {
echo "Wrong password for user $LOGIN_NAME. Aborted." >&2
exit 1
}
# set a wget wrapper with custom user agent and cookies
fwget() {