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

34 lines
875 B
YAML

name: ThirdSexXXX
sceneByURL:
- action: scrapeXPath
url:
- thirdsexxxx.com/trailers
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //div[@class="memberPicV"]/h2
Image: //meta[@property="og:image"]/@content
Date:
selector: //div[@class="info"]/p[contains(., "Added")]
postProcess:
- replace:
- regex: "^Added: +(\\d+)/(\\d+)/(\\d+) .+$"
with: $3-$1-$2
Performers:
Name:
selector: //div[@class="info"]/p[contains(., "Starring")]/a
postProcess:
- replace:
- regex: ^[a-z]+\.\s*
with: ""
Details: //div[@class="description"]/p
Tags:
Name: //div[contains(@class, "tags")]//a
Studio:
Name:
fixed: ThirdSexXXX
# Last Updated October 04, 2022