Mink icon indicating copy to clipboard operation
Mink copied to clipboard

Archive.is submission is obsolete

Open machawk1 opened this issue 5 years ago • 1 comments

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

machawk1 avatar Jan 24 '20 20:01 machawk1

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.

machawk1 avatar Jul 03 '21 21:07 machawk1