-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Confirm that Internet Archive push is working on every update #1826
Comments
so, looking into this i think the api has just been going down. Now, rather than 500s, we are getting timeouts I am having a hard time figuring out if this api is even supported anymore all that said, I did find out the the Internet Archive has a way to just send an email full of links, and they will archive all of the URLs, and email you back the results: https://blog.archive.org/2019/10/23/the-wayback-machines-save-page-now-is-new-and-improved/ I wonder if it would be more stable to write an ActionMailer job to run nightly and batch process articles based on |
I also found this internet archive browser extension that has a "Save Page Now" feature that is working, so maybe we can extract that code into ruby? |
fyi, these are the docs for the Save Page Now v2 API: https://docs.google.com/document/d/1Nsv52MvSjbLb2PCpHlat0gkzw0EvtSgpKHu4mk0MnrA/edit#heading=h.1gmodju1d6p0 My buddy did an example implementation in python here: palewire/savepagenow#31 |
Thanks for the reference @bensheldon we'll give that a look and try to update our current implementation. 😀 |
Does this still work?
#451
Let's find out and either close this with no additional effort needed or let's fix the thing so that archive.org always has all of the site's articles.
The text was updated successfully, but these errors were encountered: