Files
compose-projects-arr/stash/config/scrapers/community/Williamhiggins/Williamhiggins.yml
Christoph Califice 0a5f88d75a stash
2025-10-10 09:50:30 -03:00

88 lines
2.2 KiB
YAML

name: William Higgins
sceneByURL:
- action: scrapeXPath
url:
- ambushmassage.com
- cfnmeu.com
- malefeet4u.com
- str8hell.com
- swnude.com
- williamhiggins.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
common:
$url: //link[@rel="canonical"]/@href
scene:
Performers:
Name: //span[@class="model-info-label"]/following-sibling::a
Title: //p[@class="video-detailinfo"]/span
Date:
selector: //span[@class="date_field_video"]/text()
postProcess:
- parseDate: 02/01/2006
Details:
selector: //div[@class="set_text"]
Image:
selector: //video/@data-poster|$url
concat: "|"
postProcess:
- replace:
- regex: ^(/[^|]+)\|(https://[^/]+)/.+ # for sites that miss the hostname
with: $2$1
- regex: \|.+$ #for the rest
with:
Studio:
Name:
selector: /html/head/title
postProcess:
- replace:
- regex: \.com.*
with: ""
- map:
AmbushMassage: "Ambush Massage"
CFNMEU: "CFNMEU"
MaleFeet4U: "MaleFeet4U"
STR8HELL: "STR8HELL"
SWNUDE: "SW NUDE"
WilliamHiggins: "William Higgins"
driver:
cookies:
- Cookies:
- Name: "adult"
Domain: ".williamhiggins.com"
Value: "1"
Path: "/"
- Cookies:
- Name: "adult"
Domain: ".str8hell.com"
Value: "1"
Path: "/"
- Cookies:
- Name: "adult"
Domain: ".cfnmeu.com"
Value: "1"
Path: "/"
- Cookies:
- Name: "adult"
Domain: ".malefeet4u.com"
Value: "1"
Path: "/"
- Cookies:
- Name: "adult"
Domain: ".ambushmassage.com"
Value: "1"
Path: "/"
- Cookies:
- Name: "adult"
Domain: ".swnude.com"
Value: "1"
Path: "/"
useCDP: true
clicks:
- xpath: //a[@class="cc-btn cc-dismiss"]
- xpath: //span[@class="more_info_field_video"]
sleep: 5
# Last Updated January 16, 2022