oduwsdl / hypercane

A toolkit for developing algorithms that sample mementos from a web archive collection.

Home Page:https://oduwsdl.github.io/hypercane

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Hypercane with MementoEmbed code so it can handle NLA mementos properly

shawnmjones opened this issue · comments

Thanks to @himarshaj, MementoEmbed now handles NLA mementos properly. Hypercane needs this functionality so it can process them as well. Hypercane should use MementoEmbed's MementoResource class to extract the correct raw mementos, original resource domains, etc. so that we do not need to update code in two places.

I've already updated this in Hypercane's mementoembed-mementoresource branch. I am testing it, but it appears to work well.