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,54 @@
name: Zishy
sceneByURL:
- action: scrapeXPath
url:
- zishy.com/albums
scraper: sceneScraper
galleryByURL:
- action: scrapeXPath
url:
- zishy.com/albums
scraper: galleryScraper
xPathScrapers:
sceneScraper:
scene:
Title: &title
selector: //head/title
postProcess:
- replace:
- regex: ([\w ]*) - Zishy
with: $1
Details: &details
selector: //div[@id='descrip']
Date: &date
selector: //div[@id='headline']/span[last()]
postProcess:
- replace:
- regex: added on (\w{3}) (\d{2}). (\d{4})
with: $3-$1-$2
- parseDate: 2006-Jan-02
Image:
selector: //div[@class="player"]//@style[contains(.,"background")]
postProcess:
- replace:
- regex: .+url\((/uploads/.+)\);.+
with: https://www.zishy.com/$1
Studio: &studio
Name:
fixed: Zishy
Performers: &performers
Name:
selector: //span[@class='moreof']/a[text()]
postProcess:
- replace:
- regex: \#([\w\s]+)
with: $1
galleryScraper:
gallery:
Title: *title
Details: *details
Date: *date
Studio: *studio
Performers: *performers
# Last Updated February 26, 2023

View File

@@ -0,0 +1,9 @@
id: Zishy
name: Zishy
metadata: {}
version: ec0768b
date: "2023-02-25 23:24:13"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- Zishy.yml