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

24 lines
550 B
YAML

name: "Freshmen"
sceneByURL:
- action: scrapeXPath
url:
- freshmen.net/content/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //h1/span/text()
concat: " "
Details:
selector: //div[@class='contentTab']/div[@class='top']//p
concat: "\n\n"
Performers:
Name: //div[@class='actor']/div[@class='name']
Image:
selector: //*[@id="videoPlayer"]/@poster
Studio:
Name:
fixed: Freshmen
# Last Updated June 26, 2022