mirror of
https://github.com/stashapp/CommunityScrapers.git
synced 2025-12-10 17:32:09 -06:00
Adds BoxTruckSex xPath scene scraper (#218)
Co-authored-by: BuildTools <unconfigured@null.spigotmc.org>
This commit is contained in:
parent
e6d20d47d8
commit
f470642ea3
@ -91,6 +91,7 @@ bootysisters.com|Hustler.yml|
|
||||
bossymilfs.com|Hustler.yml|
|
||||
boundhoneys.com|Boundhoneys.yml|Lesbian
|
||||
bountyhunterporn.com|Nubiles.yml|
|
||||
boxtrucksex.com|BoxTruckSex.yml|
|
||||
boysdestroyed.com|AMAMultimedia.yml|Gay
|
||||
brattysis.com|Nubiles.yml|
|
||||
brazzers.com|Brazzers.yml|
|
||||
|
||||
34
scrapers/BoxTruckSex.yml
Normal file
34
scrapers/BoxTruckSex.yml
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user