gdamdam / saitan

Saitan allows you to save a webpage from the Internet to a web archiving tool like the Internet Archive’s Wayback Machine and archive.is. Saitan allows you also to download a local copy of the page, and all its components in a WARC file, it can timestamp it to prove that the file existed prior to some point in time.
GNU General Public License v3.0
12 stars 3 forks source link

Saving urls to archive.is and waybackmachine does not work #3

Open PabloCastellano opened 3 years ago

PabloCastellano commented 3 years ago

Hello.

Just found this great tool today. However I am not able to able to save urls in any of the supported websites.

archive.is

$ ./saitan.py -w https://www.meneame.net/story/juan-carlos-i-firmo-contratos-privados-amigos-prestaron-dinero
Saving url: https://www.meneame.net/story/juan-carlos-i-firmo-contratos-privados-amigos-prestaron-dinero with the waybackmachine...
         sorry, something went wrong :(
Impossible to save the URL to the wayabck machine
ERROR: 'content-location'

================================================================================
::   waybackmachine :            FAILED
================================================================================

waybackmachine

./saitan.py -a https://www.meneame.net/story/juan-carlos-i-firmo-contratos-privados-amigos-prestaron-dinero
Saving url: https://www.meneame.net/story/juan-carlos-i-firmo-contratos-privados-amigos-prestaron-dinero with the waybackmachine...
         sorry, something went wrong :(
 429 Client Error: Too Many Requests for url: https://archive.md/
Impossible to save the URL to archive.is
ERROR: 429 Client Error: Too Many Requests for url: https://archive.md/
gdamdam commented 3 years ago

something changed in the service api. This repo was just an exercise, I haven't time to keep it updated. I added a note to readme telling that the repo is deprecated.