mirror of
https://github.com/stashapp/CommunityScrapers.git
synced 2025-12-11 03:08:29 -06:00
Added FuckedHard18 xPath scene scraper (#796)
This commit is contained in:
parent
98e9d42982
commit
ccd0494581
@ -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
32
scrapers/FuckedHard18.yml
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user