You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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 text was updated successfully, but these errors were encountered: