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,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