stash
This commit is contained in:
39
stash/config/scrapers/community/GymRotic/GymRotic.yml
Normal file
39
stash/config/scrapers/community/GymRotic/GymRotic.yml
Normal file
@@ -0,0 +1,39 @@
|
||||
name: DollRotic
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- dollrotic.com/trailers/
|
||||
- femlatex.com/trailers/
|
||||
- gymnastic.xxx/trailers/
|
||||
- gymrotic.com/trailers/
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //li[@class="active"]
|
||||
Date:
|
||||
selector: //strong[contains(text(),"Released:")]/following-sibling::text()
|
||||
postProcess:
|
||||
- parseDate: January 2, 2006
|
||||
Performers:
|
||||
Name: //strong[contains(text(),"Featuring:")]/following-sibling::a
|
||||
Tags:
|
||||
Name: //strong[contains(text(),"Tags:")]/following-sibling::a
|
||||
Details:
|
||||
selector: //div[@class="col-md-7 mb-4 mb-md-0"]//p
|
||||
Image:
|
||||
selector: //base/@href|//img[@class="update_thumb thumbs stdimage"]/@src0_1x
|
||||
concat: "|"
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: "[|]"
|
||||
with: ""
|
||||
Studio:
|
||||
Name:
|
||||
selector: //meta[@name="author"]/@content
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: '\.com$'
|
||||
with: ""
|
||||
# Last Updated August 06, 2021
|
||||
9
stash/config/scrapers/community/GymRotic/manifest
Executable file
9
stash/config/scrapers/community/GymRotic/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: GymRotic
|
||||
name: DollRotic
|
||||
metadata: {}
|
||||
version: 9b27ea8
|
||||
date: "2021-08-07 22:25:22"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- GymRotic.yml
|
||||
Reference in New Issue
Block a user