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

37 lines
1.0 KiB
YAML

name: 'PureMedia'
sceneByURL:
- action: scrapeXPath
url:
- becomingfemme.com/tour
- pornstarbts.com/tour
- pure-bbw.com/tour
- pure-ts.com/tour
- pure-xxx.com/tour
- sissypov.com/tour
- tspov.com/tour
scraper: sceneScraper
xPathScrapers:
sceneScraper:
common:
$main: //div[@class='addFeature']
scene:
Title: //div[@class='vpTitle']/h1
Details: //div[@class='description']/p
Date:
selector: $main//h5[contains(.,"Added")]/following-sibling::p
postProcess:
- parseDate: January 2, 2006
Performers:
Name: $main//h5[contains(.,"Featuring")]/following-sibling::ul
Studio:
Name: //meta[@name='author']/@content
Tags:
Name: $main//ul[@class='tags']//a
Image:
selector: //base/@href|//div[@class='player-thumb']/img/@src0_4x
concat: '|'
postProcess:
- replace:
- regex: "(^[^|]+)\\|.*/tour/([^\\.]+\\.jpg).*"
with: $1$2
# Last Updated February 5, 2024