palewire / archiveis

A simple Python wrapper for the archive.is capturing service
https://archive.is
MIT License
184 stars 16 forks source link

via.hypothes.is support #17

Closed DonaldTsang closed 3 years ago

DonaldTsang commented 4 years ago

Support the nesting of Hypothesis links as an archive link. e.g. http://archive.today/?run=1&url=https://via.hypothes.is/https://www.agileservicemanifesto.org/ where http://archive.today/?run=1&url=https://via.hypothes.is/ is the prefix and https://www.agileservicemanifesto.org/ is the URL (encodeURIComponent in JS function)

Smile4ever commented 4 years ago

It doesn't seem possible since archive.is takes only the last part: https://www.agileservicemanifesto.org/

DonaldTsang commented 4 years ago

That might be just a specific case with one website, does it work with other websites? Maybe archive.today/?run=1&url=https://via.hypothes.is/http://darkagilemanifesto.org/ or archive.today/?run=1&url=https://via.hypothes.is/https://12factor.net/ ?