mirror of
https://github.com/stashapp/stash.git
synced 2025-12-15 21:03:22 +01:00
Update Freeones scraper from CommunityScrapers (#5956)
1b103ad2d5
Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
This commit is contained in:
parent
5177f71dbd
commit
019fe81de9
1 changed files with 6 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue