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,32 @@
name: HeavyOnHotties
sceneByURL:
- action: scrapeXPath
url:
- heavyonhotties.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //div[@class="vid-title clearfix text-center-mobile"]/h2
postProcess:
- replace:
- regex: .+\"([^\"]+)\"
with: $1
Date:
selector: //span[contains(@class, "released title")]/strong/text()
postProcess:
- parseDate: Jan 2, 2006
Details: //div[@class="col-md-9 col-sm-8 clearfix"]/p
Performers:
Name: //span[@class="feature title"]//a
Image:
selector: //video[@id="video"]/@poster
postProcess:
- replace:
- regex: ^//
with: "https://"
Studio:
Name:
fixed: HeavyOnHotties
# Last Updated November 30, 2023