Closed grossir closed 2 weeks ago
The XPath this scraper is using is causing it to skip some opinions
path = ( "//a[" "contains(., 'v.') or " "contains(., 'IN RE') or " "contains(., 'IN THE') or " "contains(., 'vs.') or " "contains(., 'VS.')" "]" )
Although this happens rarely (could only find the case below in 2024), we should make the XPath more flexible
For example, the 2nd opinion is skipped
We got the opinion from 2024 that was missing
The XPath this scraper is using is causing it to skip some opinions
Although this happens rarely (could only find the case below in 2024), we should make the XPath more flexible
For example, the 2nd opinion is skipped