oduwsdl / MementoEmbed

A service that provides archive-aware oEmbed-compatible embeddable surrogates (social cards, thumbnails, etc.) for archived web pages (mementos).
MIT License
15 stars 2 forks source link

requests_cache has been replaced by a home-grown solution #147

Closed shawnmjones closed 5 years ago

shawnmjones commented 5 years ago

Testing showed that requests_cache occasionally returned the wrong content for a URI-M. Until such time as we are able to reproduce the issue for them, we cannot diagnose the problem with requests_cache, hence we have this solution.

This should address #141.