stash
This commit is contained in:
30
stash/config/scrapers/community/hushpass/hushpass.yml
Normal file
30
stash/config/scrapers/community/hushpass/hushpass.yml
Normal file
@@ -0,0 +1,30 @@
|
||||
name: hushpass
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- hushpass.com
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //meta[@property="og:title"]/@content
|
||||
Date:
|
||||
selector: //div[@class="update-info-row"]//strong[contains(.,"Released:")]/following-sibling::text()
|
||||
postProcess:
|
||||
- parseDate: January 2, 2006
|
||||
Details: //div[@class="update-info-block"]//h3[contains(.,"Description:")]/following-sibling::text()
|
||||
Tags:
|
||||
Name: //ul[@class="tags"]//a
|
||||
Performers:
|
||||
Name: //div[@class="update-info-block models-list-thumbs"]//a
|
||||
Studio:
|
||||
Name:
|
||||
fixed: HushPass
|
||||
Image:
|
||||
selector: //div[@class="player-thumb"]//img[@class="update_thumb thumbs stdimage"]/@src0_1x
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^
|
||||
with: "https://hushpass.com"
|
||||
# Last Updated March 11, 2021
|
||||
9
stash/config/scrapers/community/hushpass/manifest
Executable file
9
stash/config/scrapers/community/hushpass/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: hushpass
|
||||
name: hushpass
|
||||
metadata: {}
|
||||
version: 530392f
|
||||
date: "2021-03-15 13:48:22"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- hushpass.yml
|
||||
Reference in New Issue
Block a user