This commit is contained in:
Christoph Califice
2025-10-09 20:05:31 -03:00
parent ed22ef22bc
commit 0a5f88d75a
1442 changed files with 101562 additions and 0 deletions

View 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

View 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