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,37 @@
name: "GroobyNetwork-Brazilian"
sceneByURL:
- action: scrapeXPath
url:
- braziltgirls.xxx
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //div[@class="trailer_videoinfo"]/h3/text()
Date:
selector: //div[@class="trailer_videoinfo"]//b[contains(.,"Added")]/following-sibling::text()[1]
postProcess:
- replace:
- regex: '.*- '
with: ''
- parseDate: Jan 2, 2006
Details: //div[@class="trailer_videoinfo"]//p[not(./*)]/text()
Performers:
Name: //div[@class="trailer_videoinfo"]//a/text()
Studio:
Name:
selector: //meta[@name="author"]/@content
postProcess:
- map:
Shemales From Hell: Brazil TGirls
Image:
selector: //base/@href|//div[@class="videohere"]/img[@class="thumbs stdimage"]/@src|//script[contains(.,'jwplayer("jwbox").setup')]/text()
concat: "|"
postProcess:
- replace:
- regex: "(^[^|]+)\\|.*/tour/([^\\.]+\\.jpg).*"
with: $1$2
- regex: ^\/\/
with: "https://"
# Last Updated July 27, 2023

View File

@@ -0,0 +1,9 @@
id: GroobyNetwork-Brazilian
name: GroobyNetwork-Brazilian
metadata: {}
version: bc975f8
date: "2023-07-27 17:22:38"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- GroobyNetwork-Brazilian.yml