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,38 @@
name: "FrolicMe"
sceneByURL:
- action: scrapeXPath
url:
- frolicme.com/films/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
common:
$platform: //div[@class="js-platform-video"]
scene:
Title:
selector: //div[@class="entry-title"]
postProcess:
- replace:
- regex: "(?i)( - Film)"
with:
Date:
selector: //script[@type="application/ld+json"]/text()
postProcess:
- replace:
- regex: .*(datePublished":")(\d{4}-\d{2}-\d{2}).*
with: $2
- parseDate: 2006-01-02
Details:
selector: //div[@class="entry-content"]/p
concat: "\n\n"
Performers:
Name: //a[@rel="tag" and contains(@href,"/models/")]/text()
Tags:
Name: //a[@rel="tag" and not(contains(@href,"/models/"))]/text()
Image:
selector: $platform/img/@src
Studio:
Name:
fixed: "FrolicMe"
# Last Updated January 19, 2024

View File

@@ -0,0 +1,9 @@
id: FrolicMe
name: FrolicMe
metadata: {}
version: aaf4550
date: "2024-01-20 02:20:31"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- FrolicMe.yml