stash
This commit is contained in:
54
stash/config/scrapers/community/FFCSH/FFCSH.yml
Normal file
54
stash/config/scrapers/community/FFCSH/FFCSH.yml
Normal file
@@ -0,0 +1,54 @@
|
||||
name: FFCSH
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- babearchives.com/trailers
|
||||
- balletflatsfetish.com/tour/
|
||||
- barbarafeet.com/tour/
|
||||
- blackph.com/tour/
|
||||
- cosplayfeet.com/tour/
|
||||
- dianafeet.com/tour/
|
||||
- emilyaddison.com/trailers
|
||||
- fantasyflipflop.com/tour/
|
||||
- filthyfemdom.com/trailers
|
||||
- footfetishbeauties.com/tour/
|
||||
- interracialpovs.com/
|
||||
- nylonfeetlove.com/tour/
|
||||
- nylonup.com/tour/
|
||||
- playwithrae.com/trailers
|
||||
- redpolishfeet.com/tour/
|
||||
- sweetcarla.com/tour/
|
||||
- transfeet.com/tour/
|
||||
- valentina.passionepiedi.com/tour/
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //div[@class="videoDetails clear"]/h3
|
||||
Date:
|
||||
selector: //div[@class="videoInfo clear"]//span[contains(.,"Date Added:")]/following-sibling::text()
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: "Date Added:"
|
||||
with: ""
|
||||
- parseDate: January 2, 2006
|
||||
Performers:
|
||||
Name: //li[@class="update_models"]/a
|
||||
Tags:
|
||||
Name: //li[contains(.,"Tags:")]/following-sibling::text()
|
||||
Details: //div[@class="videoDetails clear"]/p
|
||||
Image:
|
||||
selector: //meta[@property="og:image"]/@content | //base/@href | //script[contains(.,"poster")] | //div[@class="player-thumb"]/img/@src0_1x
|
||||
concat: /
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^(https://[^/]+)/.+?poster="([^"]+)".+
|
||||
with: $1/$2
|
||||
Studio:
|
||||
Name:
|
||||
selector: //meta[@name="author"]/@content
|
||||
postProcess:
|
||||
- map:
|
||||
ASPEN RAE - PlaywithRae.com: "PlayWithRae"
|
||||
# Last Updated Marc 26, 2024
|
||||
9
stash/config/scrapers/community/FFCSH/manifest
Executable file
9
stash/config/scrapers/community/FFCSH/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: FFCSH
|
||||
name: FFCSH
|
||||
metadata: {}
|
||||
version: 4b24879
|
||||
date: "2024-03-27 21:11:35"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- FFCSH.yml
|
||||
Reference in New Issue
Block a user