Banned; Saving links to WBM Anon 08/01/2024 (Thu) 06:01 No.10759 del
>>10736
>what it looks like when an IA account gets banned:
>. Can't log in to use with WBM or IA
>.. GUI: See picrel
>.. CLI: Bucket [for https://archive.org/details/...] is gone
Also, API key for saving URLs to web.archive.org = gone/disabled. Message about SPN:
>$ curl -s -m 60 -X POST --data-urlencode url="https://gateway.pinata.cloud/ipfs/bafkreigus5s7tx57l2tzph4yed2heqml5dfk3i6ddrnz6q6654vhtf6drq" -d "if_not_archived_within=123456789" -H "Accept: application/json" -H "Authorization: LOW $(head -n1 ~/iakey.txt):$(tail -n1 ~/iakey.txt)" https://web.archive.org/save; echo
>{"message":"You need to be logged in to use Save Page Now."}
>$ # same message without '-H "Authorization:[...]"'

wget isn't available in some systems, so all you get is curl. How would one run "wget --spider ..." but with curl instead? With curl 7.81.0:
>$ TZ=UTC curl -L https://web.archive.org/save/https://gateway.pinata.cloud/ipfs/bafkreigz3jrhhgk3cxrahwcwcn2skh6vyjkkmeryoityv6kmkf2ahojw2q | xxd | head
>[worked, took like 55 seconds to finish]
or
>$ TZ=UTC curl --progress-bar -L https://web.archive.org/save/https://gateway.pinata.cloud/ipfs/bafkreibyjoddf3dht7wolevbacvso6ayfslfy3gmnsjtvtgep26kryyvdm | xxd | head -n2
both don't have nice progress info like "wget --spider" has. "Too much info":
>$ TZ=UTC curl -vL https://web.archive.org/save/https://gateway.pinata.cloud/ipfs/bafkreihrq7znyfclichy4e3vr3pdxfeq3pywk44dgcm5kykc37kq4jzn2i | xxd | head

Message too long. Click here to view full text.