stash
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
name: HeavyOnHotties
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- heavyonhotties.com
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //div[@class="vid-title clearfix text-center-mobile"]/h2
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: .+\"([^\"]+)\"
|
||||
with: $1
|
||||
Date:
|
||||
selector: //span[contains(@class, "released title")]/strong/text()
|
||||
postProcess:
|
||||
- parseDate: Jan 2, 2006
|
||||
Details: //div[@class="col-md-9 col-sm-8 clearfix"]/p
|
||||
Performers:
|
||||
Name: //span[@class="feature title"]//a
|
||||
Image:
|
||||
selector: //video[@id="video"]/@poster
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^//
|
||||
with: "https://"
|
||||
Studio:
|
||||
Name:
|
||||
fixed: HeavyOnHotties
|
||||
# Last Updated November 30, 2023
|
||||
9
stash/config/scrapers/community/HeavyOnHotties/manifest
Executable file
9
stash/config/scrapers/community/HeavyOnHotties/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: HeavyOnHotties
|
||||
name: HeavyOnHotties
|
||||
metadata: {}
|
||||
version: d810333
|
||||
date: "2023-11-30 02:48:23"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- HeavyOnHotties.yml
|
||||
Reference in New Issue
Block a user