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