You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a lot of hardcoded stuff in this package that is specific to the Internet Archive (i.e. archive.org), but there are other similar web archives that support the Memento API (standardized) and CDX search (not standardized, but common), such as webarchive.org.uk, or any project using pywb. It would be nice to support those here.
The most pleasant approach would be to be able to create a new WaybackClient with different URLs for the memento and search endpoints, but I think there’s a good chance there might be more complex differences, and there should maybe just be different client classes for the different well-known archives.
The text was updated successfully, but these errors were encountered:
There is a lot of hardcoded stuff in this package that is specific to the Internet Archive (i.e. archive.org), but there are other similar web archives that support the Memento API (standardized) and CDX search (not standardized, but common), such as webarchive.org.uk, or any project using pywb. It would be nice to support those here.
The most pleasant approach would be to be able to create a new
WaybackClient
with different URLs for the memento and search endpoints, but I think there’s a good chance there might be more complex differences, and there should maybe just be different client classes for the different well-known archives.The text was updated successfully, but these errors were encountered: