stash
This commit is contained in:
42
stash/config/scrapers/community/Strokies/Strokies.yml
Normal file
42
stash/config/scrapers/community/Strokies/Strokies.yml
Normal file
@@ -0,0 +1,42 @@
|
||||
name: "Strokies"
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- strokies.com
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title: //h1[@class='video-title']
|
||||
Details:
|
||||
selector: //div[@class='video-description']/p/text()
|
||||
concat: "\n\n"
|
||||
Date:
|
||||
selector: //div/p[contains(text(),"Added on:")]
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: Added on:\s(.+)
|
||||
with: $1
|
||||
- parseDate: Jan 2, 2006
|
||||
Image:
|
||||
selector: //div[@class="vjs-poster"]/@style
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: .+url\("(.+)\".+
|
||||
with: https:$1
|
||||
Studio:
|
||||
Name:
|
||||
fixed: Strokies
|
||||
Tags:
|
||||
Name: //div[@class='model-tags']//a[contains(@href,"tag")]
|
||||
Performers:
|
||||
Name: //div[@class='model-tags']//a[contains(@href,"model")]
|
||||
URL:
|
||||
selector: //div[@class='model-tags']//a[contains(@href,"model")]/@href
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^
|
||||
with: https://strokies.com
|
||||
driver:
|
||||
useCDP: true
|
||||
# Last Updated January 20, 2023
|
||||
9
stash/config/scrapers/community/Strokies/manifest
Executable file
9
stash/config/scrapers/community/Strokies/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: Strokies
|
||||
name: Strokies
|
||||
metadata: {}
|
||||
version: c2c8ed0
|
||||
date: "2023-01-27 18:12:24"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- Strokies.yml
|
||||
Reference in New Issue
Block a user