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

30 lines
764 B
YAML

name: ClassLesbians
sceneByURL:
- action: scrapeXPath
url:
- class-lesbians.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //h1[@class="h1"]
Date:
selector: //span[@class="period"]
postProcess:
- parseDate: 02.01.2006
Performers:
Name: //div[@class="main-info"]/p[@class="cast"]/a
Details: //h3[@class="h3" and contains(text(), "DESCRIPTION")]/following-sibling::text()
Image:
selector: //div[@class="banner-video"]//@src
postProcess:
- replace:
- regex: ^
with: "http://class-lesbians.com/"
Studio:
Name:
fixed: ClassLesbians
# Last Updated April 08, 2021