This commit is contained in:
Christoph Califice
2025-10-09 20:05:31 -03:00
parent ed22ef22bc
commit 0a5f88d75a
1442 changed files with 101562 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
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