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,28 @@
name: "sweetfemdom"
sceneByURL:
- action: scrapeXPath
url:
- sweetfemdom.com/tour/trailers/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //div[@class="videoDetails clear"]/h3/text()
Date:
selector: //div[@class="videoInfo clear"]/p/span[contains(text(),"Date Added")]/../text()
postProcess:
- parseDate: January 2, 2006
Details:
selector: //div[@class="videoDetails clear"]
postProcess:
- replace:
- regex: ".*\t" # remove the h3 title and tab (\t) from description
with: ""
Tags:
Name: //div[@class="featuring clear"]/ul/li[@class="label"][contains(text(),"Tags:")]/../li/a/text()
Performers:
Name: //div[@class="featuring clear"]/ul/li[@class="label"][contains(text(),"Featuring:")]/../li/a/text()
Image:
selector: //meta[@property="og:image"]/@content
# Last Updated July 25, 2020