Files
compose-projects-arr/stash/config/scrapers/community/AbbyWinters/AbbyWinters.yml
Christoph Califice 0a5f88d75a stash
2025-10-10 09:50:30 -03:00

31 lines
960 B
YAML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: Abby Winters
sceneByURL:
- action: scrapeXPath
url:
- abbywinters.com/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Studio:
Name:
fixed: AbbyWinters
Performers:
Name:
selector: //td/a[contains(@href,'/nude_girl/')]/text()
Title:
selector: //div[starts-with(@class,'page-heading')]/div/h1/text()
Date:
selector: //th[text()='Release date']/following-sibling::td/text()
postProcess:
- parseDate: 02 Jan 2006
Details:
selector: //div[@class[contains(.,'description')]]//text()
concat: " "
Tags:
Name:
selector: //p//a[contains(@href,'/fetish/') or contains(@href,'/browse') or contains(@href,'/amateurs/')]/text()
Image:
selector: //div[@class='video-player-container video-responsive']/@data-poster|//img[@class="img-responsive"]/@src
# Last Updated April 02, 2024