stash
This commit is contained in:
37
stash/config/scrapers/community/APOVStory/APOVStory.yml
Normal file
37
stash/config/scrapers/community/APOVStory/APOVStory.yml
Normal file
@@ -0,0 +1,37 @@
|
||||
name: A POV Story
|
||||
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- apovstory.com/trailers/
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Studio:
|
||||
Name:
|
||||
fixed: "A POV Story"
|
||||
Title:
|
||||
selector: //div[@class = 'trailerArea centerwrap']/h3
|
||||
Details:
|
||||
selector: //div[@class = 'trailerContent']//*//text()
|
||||
concat: "\n\n"
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^Description:\s*
|
||||
with:
|
||||
Tags:
|
||||
Name: //li/span[contains(text(),'CATEGORIES')]/parent::li//a//text()
|
||||
Performers:
|
||||
Name: //li/span[contains(text(),'FEATURING')]/parent::li//a//text()
|
||||
Image:
|
||||
selector: //div[@class="player-thumb"]/img/@src0_3x
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^
|
||||
with: "https://apovstory.com"
|
||||
Date:
|
||||
selector: //span[contains(text(),'RELEASE DATE')]/parent::li/text()
|
||||
postProcess:
|
||||
- parseDate: "January 2, 2006"
|
||||
# Last Updated August 24, 2023
|
||||
9
stash/config/scrapers/community/APOVStory/manifest
Executable file
9
stash/config/scrapers/community/APOVStory/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: APOVStory
|
||||
name: A POV Story
|
||||
metadata: {}
|
||||
version: 729a760
|
||||
date: "2023-08-26 15:01:05"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- APOVStory.yml
|
||||
Reference in New Issue
Block a user