This commit is contained in:
Christoph Califice
2025-10-09 20:05:31 -03:00
parent ed22ef22bc
commit 0a5f88d75a
1442 changed files with 101562 additions and 0 deletions

View File

@@ -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

View 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