40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
name: GirlsUnderArrest
|
|
sceneByURL:
|
|
- action: scrapeXPath
|
|
url:
|
|
- girlsunderarrest.com/en/video/
|
|
scraper: sceneScraper
|
|
xPathScrapers:
|
|
sceneScraper:
|
|
scene:
|
|
Title:
|
|
selector: //h1[@class="sceneTitle"]
|
|
Date:
|
|
selector: //p[contains(@class, 'updatedDate')]
|
|
postProcess:
|
|
- parseDate: 01-02-2006
|
|
Performers:
|
|
Name: //span[@class="slide-title"]
|
|
Tags:
|
|
Name: //div[contains(text(),"Categories")]/following-sibling::span
|
|
Details:
|
|
selector: //script[contains(text(),'sceneDetails')]/text()
|
|
postProcess:
|
|
- replace:
|
|
- regex: .+(?:sceneDescription":")(.*?)".+
|
|
with: $1
|
|
- regex: '<\\/br>'
|
|
with: "\n"
|
|
Image:
|
|
selector: //script[contains(text(),'showDownloadJs')]/text()
|
|
postProcess:
|
|
- replace:
|
|
- regex: .*?(picPreview\":\"(.*?)\").+
|
|
with: $2
|
|
- regex: '\\/'
|
|
with: "/"
|
|
Studio:
|
|
Name:
|
|
fixed: GirlsUnderArrest
|
|
# Last Updated July 05, 2021
|