alphapapa / org-web-tools

View, capture, and archive Web pages in Org-mode
GNU General Public License v3.0
646 stars 34 forks source link

archive.today archiving function does not work anymore #49

Open kevzettler opened 2 years ago

kevzettler commented 2 years ago

I'm not sure what argument this is I'm calling the function without a choose-fn argument

alphapapa commented 2 years ago

Hi,

Yes, unfortunately the archive.is saver function is broken due to changes on archive.is (or archive.today, or whatever their current domain is). It might be fixable, but I don't know if I want to invest the time to try, because it would seem likely to break again.

ParetoOptimalDev commented 2 years ago

This might be what caused me to start getting 429 errors from them. I was about to start fixing that then found this issue... this might be important enough to fix, we'll see if it resurfaces in my org-agenda.

alphapapa commented 1 year ago

FYI, I've pushed a new version that defaults to using Wget and Tar to archive pages. If someone else wants to work on fixing the archive.is code someday, feel free.