Files
compose-projects-arr/stash/config/scrapers/community/AmelieLou/AmelieLou.yml
Christoph Califice 0a5f88d75a stash
2025-10-10 09:50:30 -03:00

38 lines
943 B
YAML

name: AmelieLou
sceneByURL:
- action: scrapeXPath
url:
- amelielou.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //h1
Date:
selector: //span[contains(text(),"Release date:")]/following-sibling::text()
postProcess:
- parseDate: January 2, 2006
Performers:
Name:
fixed: Amelie Lou
Tags:
Name:
selector: //div[@class="item item-tags-change"]/a
postProcess:
- replace:
- regex: ","
with: ""
Details:
selector: //div[@class="item description-video"]
Image:
selector: //script[contains(text(),'getEmbed')]/text()
postProcess:
- replace:
- regex: .*?(https?:\/\/\S*\.jpg).*
with: $1
Studio:
Name:
fixed: AmelieLou
# Last Updated August 08, 2021