stash
This commit is contained in:
9
stash/config/scrapers/community/pantyjobs/manifest
Executable file
9
stash/config/scrapers/community/pantyjobs/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: pantyjobs
|
||||
name: pantyjobs
|
||||
metadata: {}
|
||||
version: a79321e
|
||||
date: "2021-03-01 21:50:23"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- pantyjobs.yml
|
||||
23
stash/config/scrapers/community/pantyjobs/pantyjobs.yml
Normal file
23
stash/config/scrapers/community/pantyjobs/pantyjobs.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
name: pantyjobs
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- pantyjobs.com/scenes/
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //div[@class="col-md-12 aligncenter"]/h1
|
||||
Performers:
|
||||
Name: '//h2[1]'
|
||||
Details:
|
||||
selector: >-
|
||||
//div[@class="post-entry"]/p[not (starts-with(.,"Members get full
|
||||
access"))]
|
||||
concat: "\n\n"
|
||||
Image: '//meta[@property="og:image"]/@content'
|
||||
Studio:
|
||||
Name:
|
||||
fixed: PantyJobs
|
||||
# Last Updated February 24, 2021
|
||||
Reference in New Issue
Block a user