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,48 @@
name: PurgatoryX
sceneByURL:
- action: scrapeXPath
url:
- tour.purgatoryx.com/view/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //h1[@class="title"]/text()
URL:
selector: //head/link[@rel="canonical"]/@href
postProcess:
- replace:
- regex: $
with: "?trilogy=1"
Image: //video[@id="main-player"]/@poster
Date:
selector: //span[@class="date"]/text()
postProcess:
- replace:
- regex: ^\w+day\s+
with: ""
- parseDate: January 02, 2006
Details: //div[@class="description"]/p/text()
Performers:
Name:
selector: //div[@class="model-wrap"]//li/h5
# They use the same tags for all scenes (blowjobs,multi scene porn,exclusive videos, pornstars, hardcore, fantasy, milfs, teens, facials, trilogy)
#Tags:
# Name:
# selector: //meta[@name="keywords"]/@content
# postProcess:
# - replace:
# - regex: \s*,\s*
# with: ","
# split: ","
Studio:
Name:
selector: //p[@class="series"]//span/text()
postProcess:
- replace:
- regex: " Series"
with: ""
# URL need to have "?trilogy=" to get the name of the Trilogy
Movies:
Name: //span[contains(text(),"Part of")]/following-sibling::text()
# Last Updated June 27, 2022