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

40 lines
1.0 KiB
YAML

name: insexOL
sceneByURL:
- action: scrapeXPath
url:
- paintoy.com/corporal
- sensualpain.com/sadomasochism
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //span[@class="articleTitleText"]/a[1]/text()
Date:
selector: //span[@class="articlePostDateText"][1]/text()
postProcess:
- parseDate: "January 2, 2006"
Details:
selector: //td[@class="articleCopyText"]/text()
concat: "\n\n"
Performers:
Name: //span[@class="articleTitleText"]/a[@class="articleTitleText" and @alt]/text()
Tags:
Name:
selector: //td[@class="articleTagsText"]/text()
postProcess:
- replace:
- regex: 'Tags: '
with: ''
split: ','
Studio:
Name:
selector: //title/text()
postProcess:
- replace:
- regex: '([^|]+) \| .*'
with: $1
Image: //video[@id="my-video"]/@poster
# Last Updated January 18, 2021