stash
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
name: Pinupdollars
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- lanakendrick.com
|
||||
- leannecrow.com
|
||||
- monicamendez.com
|
||||
- pinupfiles.com
|
||||
- rachelaldana.com
|
||||
- tessafowler.com
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //div[@class='item-title']/h1
|
||||
Date:
|
||||
selector: //div[@class="update-info-row"]/strong[contains(.,"Added:")]/following-sibling::text()
|
||||
postProcess:
|
||||
- parseDate: January 2, 2006
|
||||
Performers:
|
||||
Name: //div[@class="update-info-block models-list-thumbs"]//a
|
||||
Details:
|
||||
selector: //div[@class="update-info-block"]/h3[contains(.,"Description:")]/following-sibling::text()
|
||||
concat: "\n\n"
|
||||
Tags:
|
||||
Name: //ul[@class="tags"]//a
|
||||
Image:
|
||||
selector: //base/@href | //div[@id="fakeplayer"]//img[@id]/@src0_1x
|
||||
concat: __SEPARATOR__
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: __SEPARATOR__
|
||||
with: ""
|
||||
Studio:
|
||||
Name:
|
||||
selector: //meta[@name="author"]/@content
|
||||
# Last Updated March 01, 2024
|
||||
9
stash/config/scrapers/community/PinupDollars/manifest
Executable file
9
stash/config/scrapers/community/PinupDollars/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: PinupDollars
|
||||
name: Pinupdollars
|
||||
metadata: {}
|
||||
version: 971cfe8
|
||||
date: "2024-03-01 17:44:53"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- PinupDollars.yml
|
||||
Reference in New Issue
Block a user