Mink
Mink copied to clipboard
Archive.is submission is obsolete
As discovered while resolving #298, archive.is no longer uses a "coo" data attribute but instead populates its web form with a submitid attribute. This needs to be scraped/parsed out to use for the submission to the service from Mink.
Parsing logic (in Python) is already present in the archivenow repo https://github.com/oduwsdl/archivenow/blob/master/archivenow/handlers/is_handler.py
The service looks to require a submitid value with the form submission, which is a hash. This needs to be retrieved and associated prior to submission.