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

View File

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