38 lines
943 B
YAML
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
|