Open
Description
Hi all, I found an interesting issue while using the module.
Configuration
I'm using the latest version of the iiif-processor module: 4.0.4
.
Problem
I got an error when creating a new Processor
object passing a URL with this pattern: https://<domain>/.*/iiif/2/.*
.
It seems that it is no longer possible to use this kind of pattern.
Going deeper, I see that a regex requires that between the domain and the /iiif/2
part there are no extra strings here https://github.com/samvera/node-iiif/blob/v4.0.4/src/processor.js#L19.