stash
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
name: CrashpadSeries
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- crashpadseries.com
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //*[@id="primary-container"]//h2
|
||||
Date:
|
||||
selector: //script[@type="application/ld+json"]
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: .+(?:"datePublished":")([^T]+).+
|
||||
with: $1
|
||||
- parseDate: 2006-01-02
|
||||
Performers:
|
||||
Name: //div[@id="primary-container"]//div[contains(@class,"model-thumb")]//h4
|
||||
Tags:
|
||||
Name: //div[@id="primary-container"]//a[contains(@class,"content-icon")]/@data-original-title
|
||||
Details:
|
||||
selector: //div[@id="primary-container"]//div[@class="ep-description"]/p
|
||||
concat: "\n\n"
|
||||
Image:
|
||||
selector: //meta[@property="og:image"]/@content
|
||||
Studio:
|
||||
Name:
|
||||
fixed: CrashPad Series
|
||||
# Last Updated March 05, 2022
|
||||
9
stash/config/scrapers/community/CrashpadSeries/manifest
Executable file
9
stash/config/scrapers/community/CrashpadSeries/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: CrashpadSeries
|
||||
name: CrashpadSeries
|
||||
metadata: {}
|
||||
version: "4962174"
|
||||
date: "2022-03-06 08:48:22"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- CrashpadSeries.yml
|
||||
Reference in New Issue
Block a user