stash
This commit is contained in:
37
stash/config/scrapers/community/PureMedia/PureMedia.yml
Normal file
37
stash/config/scrapers/community/PureMedia/PureMedia.yml
Normal file
@@ -0,0 +1,37 @@
|
||||
name: 'PureMedia'
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- becomingfemme.com/tour
|
||||
- pornstarbts.com/tour
|
||||
- pure-bbw.com/tour
|
||||
- pure-ts.com/tour
|
||||
- pure-xxx.com/tour
|
||||
- sissypov.com/tour
|
||||
- tspov.com/tour
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
common:
|
||||
$main: //div[@class='addFeature']
|
||||
scene:
|
||||
Title: //div[@class='vpTitle']/h1
|
||||
Details: //div[@class='description']/p
|
||||
Date:
|
||||
selector: $main//h5[contains(.,"Added")]/following-sibling::p
|
||||
postProcess:
|
||||
- parseDate: January 2, 2006
|
||||
Performers:
|
||||
Name: $main//h5[contains(.,"Featuring")]/following-sibling::ul
|
||||
Studio:
|
||||
Name: //meta[@name='author']/@content
|
||||
Tags:
|
||||
Name: $main//ul[@class='tags']//a
|
||||
Image:
|
||||
selector: //base/@href|//div[@class='player-thumb']/img/@src0_4x
|
||||
concat: '|'
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: "(^[^|]+)\\|.*/tour/([^\\.]+\\.jpg).*"
|
||||
with: $1$2
|
||||
# Last Updated February 5, 2024
|
||||
9
stash/config/scrapers/community/PureMedia/manifest
Executable file
9
stash/config/scrapers/community/PureMedia/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: PureMedia
|
||||
name: PureMedia
|
||||
metadata: {}
|
||||
version: f007987
|
||||
date: "2024-02-05 11:37:20"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- PureMedia.yml
|
||||
Reference in New Issue
Block a user