stash
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
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
|
||||
Reference in New Issue
Block a user