stash
This commit is contained in:
27
stash/config/scrapers/community/SubmissiveX/SubmissiveX.yml
Normal file
27
stash/config/scrapers/community/SubmissiveX/SubmissiveX.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
name: SubmissiveX
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- submissivex.com
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //div[@class="title clear"]/h2
|
||||
Date:
|
||||
selector: //span[@class="update_date"]
|
||||
postProcess:
|
||||
- parseDate: 01/02/2006
|
||||
Performers:
|
||||
Name: //span[@class="tour_update_models"]/a
|
||||
Tags:
|
||||
Name: //span[@class="update_tags"]/a
|
||||
Details:
|
||||
selector: //span[@class="latest_update_description"]
|
||||
Image:
|
||||
selector: //meta[@property="og:image"]/@content
|
||||
Studio:
|
||||
Name:
|
||||
fixed: SubmissiveX
|
||||
# Last Updated May 27, 2021
|
||||
9
stash/config/scrapers/community/SubmissiveX/manifest
Executable file
9
stash/config/scrapers/community/SubmissiveX/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: SubmissiveX
|
||||
name: SubmissiveX
|
||||
metadata: {}
|
||||
version: "9228259"
|
||||
date: "2021-05-28 20:29:40"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- SubmissiveX.yml
|
||||
Reference in New Issue
Block a user