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,55 @@
name: SINematica
sceneByURL:
- action: scrapeXPath
url:
- sinematica.com
scraper: sceneScraper
sceneByName:
action: scrapeXPath
scraper: sceneSearch
queryURL: "https://www.sinematica.com/search?s={}"
sceneByQueryFragment:
action: scrapeXPath
queryURL: "{url}"
scraper: sceneScraper
xPathScrapers:
sceneScraper:
common:
$meta: //div[@class="mediaMeta"]
scene:
Title:
selector: $meta/h1[@class="title"]
Date:
selector: $meta//i[@class="far fa-calendar-alt"]/following-sibling::text()
postProcess:
- parseDate: January 02, 2006
Performers:
Name: $meta//div[@class="feat"]/a
Details:
selector: $meta/h2/text()
concat: "\n"
Image:
selector: //meta[@name="twitter:image"]/@content
Studio:
Name:
fixed: SINematica
URL:
selector: //meta[@property="og:url"]/@content
postProcess:
- replace:
- regex: '\.sinematica\.com/members'
with: ".com"
sceneSearch:
common:
$post: //div[@class="post_new"]/a
scene:
Title:
selector: $post/@title
URL:
selector: $post/@href
postProcess:
- replace:
- regex: ^
with: https://www.sinematica.com
Image: $post/@data-media-poster
# Last Updated September 26, 2021

View File

@@ -0,0 +1,9 @@
id: Sinematica
name: SINematica
metadata: {}
version: 94ed8c0
date: "2021-10-07 20:26:15"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- Sinematica.yml