stash
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
name: GlossTightsGlamour
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- glosstightsglamour.com
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //span[@class="update_title"]
|
||||
Date:
|
||||
selector: //span[@class="update_date"]
|
||||
postProcess:
|
||||
- parseDate: 02/01/2006
|
||||
Performers:
|
||||
Name: //span[@class="tour_update_models"]/a
|
||||
Tags:
|
||||
Name: //span[@class="tour_update_tags"]/a
|
||||
Details:
|
||||
selector: //span[@class="latest_update_description"]
|
||||
Image:
|
||||
selector: //img[@class='stdimage large_update_thumb left thumbs']/@src
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^
|
||||
with: "https://www.glosstightsglamour.com/"
|
||||
Studio:
|
||||
Name:
|
||||
fixed: GlossTightsGlamour
|
||||
# Last Updated May 07, 2021
|
||||
9
stash/config/scrapers/community/GlossTightsGlamour/manifest
Executable file
9
stash/config/scrapers/community/GlossTightsGlamour/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: GlossTightsGlamour
|
||||
name: GlossTightsGlamour
|
||||
metadata: {}
|
||||
version: 66d4760
|
||||
date: "2021-07-18 15:48:20"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- GlossTightsGlamour.yml
|
||||
Reference in New Issue
Block a user