55 lines
1.7 KiB
YAML
55 lines
1.7 KiB
YAML
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
|