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,32 @@
name: "FuckedHard18"
sceneByURL:
- action: scrapeXPath
url:
- fuckedhard18.com/membersarea/gallery.php
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: &name
selector: //a[@class="model_category_link"][contains(@href,'sets.php')]/text()
Date:
selector: //td[@class="date"]/text()
postProcess:
- replace:
- regex: Added
with: ""
- parseDate: 01/02/2006
Image:
selector: (//a[@class="jqModal"]/img[@class="thumbs"])[1]/@src
postProcess:
- replace:
- regex: ^
with: http://fuckedhard18.com
Studio:
Name:
fixed: "FuckedHard18"
Tags:
Name: //td[@class="plaintext"]//a[@class="model_category_link"]/text()
Performers:
Name: *name
# Last Updated December 01, 2021

View File

@@ -0,0 +1,9 @@
id: FuckedHard18
name: FuckedHard18
metadata: {}
version: ccd0494
date: "2021-12-06 11:22:46"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- FuckedHard18.yml