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
|
||||
9
stash/config/scrapers/community/GirlsUnderArrest/manifest
Executable file
9
stash/config/scrapers/community/GirlsUnderArrest/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: GirlsUnderArrest
|
||||
name: GirlsUnderArrest
|
||||
metadata: {}
|
||||
version: 66d4760
|
||||
date: "2021-07-18 15:48:20"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- GirlsUnderArrest.yml
|
||||
Reference in New Issue
Block a user