stash
This commit is contained in:
34
stash/config/scrapers/community/ZentaiDolls/ZentaiDolls.yml
Normal file
34
stash/config/scrapers/community/ZentaiDolls/ZentaiDolls.yml
Normal file
@@ -0,0 +1,34 @@
|
||||
name: ZentaiDolls
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- zentaidolls.com
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
common:
|
||||
$perf: //strong[contains(text(),"Featuring:")]/following-sibling::a
|
||||
scene:
|
||||
Title:
|
||||
selector: //li[@class="active"]
|
||||
Date:
|
||||
selector: //strong[contains(text(),"Released:")]/following-sibling::text()
|
||||
postProcess:
|
||||
- parseDate: January 02, 2006
|
||||
Performers:
|
||||
Name: $perf
|
||||
URL: $perf/@href
|
||||
Tags:
|
||||
Name: //strong[contains(text(),"Tags:")]/following-sibling::a
|
||||
Details:
|
||||
selector: //div[contains(@class,"col-md-7 mb-4 mb-md-0")]//p/text()
|
||||
Image:
|
||||
selector: //img[@class="update_thumb thumbs stdimage"]/@src0_1x
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^
|
||||
with: "https://www.zentaidolls.com/"
|
||||
Studio:
|
||||
Name:
|
||||
fixed: ZentaiDolls
|
||||
# Last Updated March 18, 2022
|
||||
9
stash/config/scrapers/community/ZentaiDolls/manifest
Executable file
9
stash/config/scrapers/community/ZentaiDolls/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: ZentaiDolls
|
||||
name: ZentaiDolls
|
||||
metadata: {}
|
||||
version: 9b15af1
|
||||
date: "2022-03-19 10:17:34"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- ZentaiDolls.yml
|
||||
Reference in New Issue
Block a user