mirror of
https://github.com/stashapp/stash.git
synced 2026-04-21 14:34:16 +02:00
Fixing image for Freeones Scrapers (#930)
This commit is contained in:
parent
ccc2df7315
commit
94392c7c4d
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue