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,59 @@
name: MyCherryCrush
sceneByURL:
- action: scrapeXPath
url:
- https://mycherrycrush.com/
scraper: sceneScraper
sceneByName:
action: scrapeXPath
scraper: sceneSearch
queryURL: "https://mycherrycrush.com/members/blog/?s={}"
sceneByQueryFragment:
action: scrapeXPath
queryURL: "{url}"
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //h1[@class='entry-title']
URL: //link[@rel="canonical"]/@href
Date:
selector: //span[@class='entry-date']
postProcess:
- parseDate: January 2, 2006
Tags:
Name: //span[@class='entry-category']/a
Performers:
Name:
fixed: Cherry Crush
Studio:
Name:
fixed: MyCherryCrush.com
sceneSearch:
scene:
Title: //h2[@class='entry-title']/a
URL: //a[contains(@rel, 'bookmark')]/@href
Date:
selector: //li[@class='entry-date']
postProcess:
- parseDate: January 2, 2006
Tags:
Name: //div[@class='entry-category']/a
Performers:
Name:
fixed: Cherry Crush
Studio:
Name:
fixed: MyCherryCrush.com
driver:
useCDP: true
headers:
- Key: User-Agent
Value: stash/1.0.0
# - Key: Authorization
# Value: Basic Key
# Last Updated February 24, 2022

View File

@@ -0,0 +1,9 @@
id: MyCherryCrush
name: MyCherryCrush
metadata: {}
version: 3f254b5
date: "2022-03-02 15:50:45"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- MyCherryCrush.yml