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: "AmateureXtreme"
sceneByURL:
- action: scrapeXPath
url:
- amateure-xtreme.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //h1[@class='info-section--title']
URL: //link[@rel="canonical"]/@href
Date:
selector: //div[@class='posted-info meta-description small']/div[@class='float-left']/span[@class='text-nowrap']/span[@class='fa5-text']
postProcess:
- replace:
- regex: $
with: -01-01
Tags:
Name: //a[contains(@href,'collections?')]
Performers:
Name:
selector: //span[@class='models']/span[@class='fa5-text']/a
Studio:
Name:
fixed: AmateureXtreme
Image:
selector: //script
postProcess:
- replace:
- regex: .+image":\["(.+)\?.+
with: $1
# Last Updated September 13, 2022