To archive a webpage in the Internet Archive's Wayback Machine, I usually do:
wget --spider 'https://web.archive.org/save/https://example.com'
Is there a similar method that I can use to archive web pages to archive.today?
To archive a webpage in the Internet Archive's Wayback Machine, I usually do:
wget --spider 'https://web.archive.org/save/https://example.com'
Is there a similar method that I can use to archive web pages to archive.today?