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,87 @@
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

View File

@@ -0,0 +1,9 @@
id: Williamhiggins
name: William Higgins
metadata: {}
version: fe5f9cb
date: "2022-01-20 18:20:20"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- Williamhiggins.yml