Releases: wragge/recordsearch_data_scraper
Releases · wragge/recordsearch_data_scraper
v0.1.0
This release fixes a major bug (#2) introduced by recent RecordSearch changes that caused all requests to fail.
v0.0.14
This release fixes a bug in the handling of searches where there is only one result. Previously some information, such as the digitised_status
of a single item in a search might have been incorrect. I've also made some adjustments to caching.
v0.0.13
Include the 'Availability' flag for series.
v0.0.12
The scraped data now includes item, series, and agency notes where they are available.
v0.0.11
A couple of fixes to deal with newly-discovered RecordSearch oddities:
- Handle bad dates (ie 30 February)
- Ignore labels that aren't in
<td>
or <div>
tags (this is because there are sometimes headings like 'Subsequent series' in the series note when the scraper expects them to be row labels).