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,34 @@
name: "BoxTruckSex"
sceneByURL:
- action: scrapeXPath
url:
- boxtrucksex.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
common:
$details: //div[@class[contains(.,'video_details')]]
scene:
Title: //h2/text()
Details:
selector: //div[@id[contains(.,'viddesc')]]/p/text()
concat: "\n"
Date:
selector: $details/p[@class='mb0']/text()
postProcess:
- parseDate: Jan 2, 2006
Image:
selector: //video[@id="jwbox_video"]/@poster
postProcess:
- replace:
- regex: ^
with: https://www.boxtrucksex.com
Studio:
Name:
fixed: BoxTruckSex
Tags:
Name: $details//a[@href[contains(.,'/categories/')]]/text()
Performers:
Name: $details//a[@href[contains(.,'/models/')]]/text()
# Last Updated October 12, 2020

View File

@@ -0,0 +1,9 @@
id: BoxTruckSex
name: BoxTruckSex
metadata: {}
version: f470642
date: "2020-10-14 19:08:11"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- BoxTruckSex.yml