Added FuckedHard18 xPath scene scraper (#796)

This commit is contained in:
Caleripo 2021-12-06 12:22:46 +01:00 committed by GitHub
parent 98e9d42982
commit ccd0494581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 0 deletions

View File

@ -416,6 +416,7 @@ freeusemilf.com|PaperStreetMedia.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
freshoutofhighschool.com|NewSensationsNetworkSites.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
frolicme.com|FrolicMe.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
fuckedfeet.com|VNAGirls.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
fuckedhard18.com|FuckedHard18.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
fuckfiesta.com|Hustler.yml|:heavy_check_mark:|:x:|:x:|:x:|CDP|-
fuckingawesome.com|FuckingAwesome.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
fuckinghardcore.com|Hustler.yml|:heavy_check_mark:|:x:|:x:|:x:|CDP|-

32
scrapers/FuckedHard18.yml Normal file
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