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,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

View 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