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

24 lines
570 B
YAML

name: pantyjobs
sceneByURL:
- action: scrapeXPath
url:
- pantyjobs.com/scenes/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //div[@class="col-md-12 aligncenter"]/h1
Performers:
Name: '//h2[1]'
Details:
selector: >-
//div[@class="post-entry"]/p[not (starts-with(.,"Members get full
access"))]
concat: "\n\n"
Image: '//meta[@property="og:image"]/@content'
Studio:
Name:
fixed: PantyJobs
# Last Updated February 24, 2021