Update Freeones scraper from CommunityScrapers (#5956)

1b103ad2d5

Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
This commit is contained in:
feederbox826 2025-06-23 00:13:01 -04:00 committed by GitHub
parent 5177f71dbd
commit 019fe81de9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -108,7 +108,11 @@ xPathScrapers:
Image:
selector: //div[contains(@class,'image-container')]//a/img/@src
Gender:
fixed: "Female"
selector: //h1/*[1]/*[1]/text()Add commentMore actions
postProcess:
- replace:
- regex: .+ identifies as (.+)
with: $1
DeathDate:
selector: //div[contains(text(),'Passed away on')]
postProcess:
@ -124,7 +128,7 @@ xPathScrapers:
- regex: \skg
with: ""
# Last Updated January 2, 2024
# Last Updated June 22, 2025
`
func getFreeonesScraper(globalConfig GlobalConfig) scraper {