mirror of https://github.com/stashapp/stash.git
Fixing image for Freeones Scrapers (#930)
This commit is contained in:
parent
ccc2df7315
commit
94392c7c4d
|
@ -97,10 +97,10 @@ xPathScrapers:
|
|||
Tattoos: //span[text()='Tattoos']/following-sibling::span/span
|
||||
Piercings: //span[text()='Piercings']/following-sibling::span/span
|
||||
Image:
|
||||
selector: //div[@class='profile-image-container']//a/img/@src
|
||||
selector: //div[contains(@class,'image-container')]//a/img/@src
|
||||
Gender:
|
||||
fixed: "Female"
|
||||
# Last updated October 21, 2020
|
||||
# Last updated November 06, 2020
|
||||
`
|
||||
|
||||
func getFreeonesScraper() config {
|
||||
|
|
Loading…
Reference in New Issue