mirror of
https://github.com/stashapp/stash.git
synced 2025-12-16 20:07:05 +03:00
Update Freeones scraper from CommunityScrapers (#5956)
1b103ad2d5
Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user