stash
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
name: "Producers Fun"
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- producersfun.com/video/
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title: //div[@class="shadow video-details"]/h1/text()
|
||||
Details: //div[@class="shadow video-details"]/p[not(@class)][1]
|
||||
Date:
|
||||
selector: //p[@class="video-date"]/text()[2]
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: (st|nd|rd|th)\,
|
||||
with: ","
|
||||
- parseDate: January 2, 2006
|
||||
Image: //section[@class="top-wrapper"]/div//video/@poster
|
||||
Studio:
|
||||
Name:
|
||||
fixed: Producers Fun
|
||||
Tags:
|
||||
Name:
|
||||
selector: //p[@class="video-tags"]/a/text()
|
||||
|
||||
# Last Updated June 23, 2022
|
||||
9
stash/config/scrapers/community/ProducersFun/manifest
Executable file
9
stash/config/scrapers/community/ProducersFun/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: ProducersFun
|
||||
name: Producers Fun
|
||||
metadata: {}
|
||||
version: 12dc27b
|
||||
date: "2022-08-10 23:06:54"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- ProducersFun.yml
|
||||
Reference in New Issue
Block a user