Fixing image for Freeones Scrapers (#930)

This commit is contained in:
Belley 2020-11-06 23:36:26 +01:00 committed by GitHub
parent ccc2df7315
commit 94392c7c4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 {