stash
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
name: EricJohnsSexAdventures
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- ericjohnssexadventures.com
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //h2[@class="section-title"]
|
||||
Performers:
|
||||
Name: //li/a/span
|
||||
Details:
|
||||
selector: //h3[contains(text(),"Description:")]/following-sibling::text()
|
||||
Tags:
|
||||
Name: //ul[@class="tags"]/li/a
|
||||
Image:
|
||||
selector: //img[@class="update_thumb thumbs stdimage"]/@src0_1x
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^
|
||||
with: "https://ericjohnssexadventures.com"
|
||||
Studio:
|
||||
Name:
|
||||
fixed: EricJohnsSexAdventures
|
||||
# Last Updated July 01, 2021
|
||||
9
stash/config/scrapers/community/EricJohnsSexAdventures/manifest
Executable file
9
stash/config/scrapers/community/EricJohnsSexAdventures/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: EricJohnsSexAdventures
|
||||
name: EricJohnsSexAdventures
|
||||
metadata: {}
|
||||
version: 66d4760
|
||||
date: "2021-07-18 15:48:20"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- EricJohnsSexAdventures.yml
|
||||
Reference in New Issue
Block a user