stash
This commit is contained in:
9
stash/config/scrapers/community/privatecastings/manifest
Executable file
9
stash/config/scrapers/community/privatecastings/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: privatecastings
|
||||
name: privatecastings
|
||||
metadata: {}
|
||||
version: a943825
|
||||
date: "2021-03-01 21:48:57"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- privatecastings.yml
|
||||
@@ -0,0 +1,21 @@
|
||||
name: privatecastings
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- privatecastings.com/scene/
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //h1
|
||||
Performers:
|
||||
Name: //ul[@class="scene-models-list"]//a
|
||||
Details: //div[@class="content-desc"]/div/p
|
||||
Tags:
|
||||
Name: //ul[@class="scene-tags"]//li
|
||||
Image: //meta[@itemprop="thumbnailUrl"]/@content
|
||||
Studio:
|
||||
Name:
|
||||
fixed: PrivateCastings
|
||||
# Last Updated February 24, 2021
|
||||
Reference in New Issue
Block a user