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,35 @@
name: Watch4Fetish
sceneByURL:
- action: scrapeXPath
url:
- watch4fetish.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //div[@class="video-info-title"]/h1
Date:
selector: //div[@class="video-info-details"][1]
postProcess:
- replace:
- regex: 'Released:\s*'
with: ""
- parseDate: January 2, 2006
Performers:
Name: //div[@class='user-details-card-name']/text()
URL: //a[@class="uk-flex"]/@href
Tags:
Name: //div[@class="abt-rw tgs"]/a
Details:
selector: //div[@class="video-info mt-3"]/p
Image:
selector: //img[@width="1280"]/@src0_1x
postProcess:
- replace:
- regex: ^
with: "https://www.watch4fetish.com/"
Studio:
Name:
fixed: Watch4Fetish
# Last Updated May 07, 2021