Comment Cleanup

main
Sleeping Crows 2023-05-18 11:28:01 -04:00
parent 04d5934ce6
commit 63c3869bf9
1 changed files with 0 additions and 3 deletions

3
Furaffinity/fa.sh Normal file → Executable file
View File

@ -65,11 +65,8 @@ do
else
# curl the url if it's not in the list already
# see if it errors out for not existing in the database.
# Idea: store the curl result in standard output as is, and query it for different results.)
result=$(curl -s --stderr - https://www.furaffinity.net/view/$ranid)
#echo "DEBUG: CURL TEST == $result"
if grep -q "not in our database" <<< "$result"; then
echo "$ranid does not exist, logged and re-rolling. ($i of $rep)"
echo "$ranid" >> already-checked.txt