You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you'll see that this just probes archive.org to know if the site exists, but it doens't actually tell archive.org to archive it. You need to send a POST request like this
The text was updated successfully, but these errors were encountered:
Kreijstal
changed the title
Capture doesn't actually capture a website.
Capture doesn't actually capture a website. If it isn't already archived
Jun 15, 2020
Thanks for bringing this up! It looks like wayback archive has changed the way they snapshot images again. It should be easy fix though, my only concenrn is that there is no id anymore for the archive, its the timestamp + the url. And that is in the cookies, so slightly more diffcult to access from requests but I will try to fix this.
if you look at line
archiver/archiver/archive.py
Line 71 in 07207f6
you'll see that this just probes archive.org to know if the site exists, but it doens't actually tell archive.org to archive it. You need to send a POST request like this
The text was updated successfully, but these errors were encountered: