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,37 @@
name: StudioFOW
sceneByURL:
- action: scrapeXPath
url:
- studiofow.com/movies
- studiofow.com/shorts
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //img[@class="rev-slidebg"]/@title
Details:
selector: //div[contains(@class,"woodmart-title-container")]//p
concat: "\n\n"
Image:
selector: //img[@class="rev-slidebg"]/@src
postProcess:
- replace:
- regex: ^
with: "https:"
Date:
selector: //div[@class="title-after_title"]/text()
postProcess:
- replace:
- regex: "\\sFEB\\s" # in one movie date has FEB instead of FEBRUARY
with: " FEBRUARY "
- regex: "[^:]+:\\s+(\\w+)\\s+(\\d+)[^\\d]+(\\d+).*"
with: $1 $2 $3
- parseDate: January 2 2006
Studio:
Name:
fixed: Studio FOW
URL:
fixed: https://studiofow.com
URL: //link[@rel="canonical"]/@href
# Last Updated December 01, 2020

View File

@@ -0,0 +1,9 @@
id: StudioFOW
name: StudioFOW
metadata: {}
version: 66d4760
date: "2021-07-18 15:48:20"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- StudioFOW.yml