mirror of
https://github.com/Radiquum/furaffinity-dl.git
synced 2025-04-06 00:04:38 +00:00
Added error handling for wrong username/password combination
This commit is contained in:
parent
d976ace626
commit
f732668ac4
1 changed files with 4 additions and 1 deletions
|
@ -43,7 +43,10 @@ else
|
||||||
--referer="https://www.furaffinity.net/login/" \
|
--referer="https://www.furaffinity.net/login/" \
|
||||||
--save-cookies "$cookies_file" \
|
--save-cookies "$cookies_file" \
|
||||||
--post-data "action=login&retard_protection=1&name=$LOGIN_NAME&pass=$PASSWORD&login=Login+to%C2%A0FurAffinity" \
|
--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
|
# set a wget wrapper with custom user agent and cookies
|
||||||
fwget() {
|
fwget() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue