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,31 @@
name: "InterracialPass"
sceneByURL:
- action: scrapeXPath
url:
- erotiquetvlive.com
- interracialpass.com/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //div[@class="video-player"]/div[@class="title-block"]/h2[@class="section-title"]
Date:
selector: //div[@class="update-info-row"]/strong[contains(.,"Released")]/following-sibling::text()
postProcess:
- parseDate: January 2, 2006
Details:
selector: //h3[contains(.,"Description:")]/following-sibling::text()
Tags:
Name: //ul[@class="tags"]//a
Performers:
Name: //div[@class="update-info-block models-list-thumbs"]//span
Image:
selector: //base/@href|//div[@class="player-thumb"]//img/@src0_1x
concat: "|"
postProcess:
- replace:
- regex: '/(tour|t1)/\|'
with: ""
Studio:
Name: //a[@class="navbar-brand"]
# Last Updated June 06, 2021