60 lines
1.4 KiB
YAML
60 lines
1.4 KiB
YAML
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
|