Files
compose-projects-arr/stash/config/scrapers/community/APOVStory/APOVStory.yml
Christoph Califice 0a5f88d75a stash
2025-10-10 09:50:30 -03:00

38 lines
1.0 KiB
YAML

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