stash
This commit is contained in:
@@ -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
|
||||
9
stash/config/scrapers/community/GroobyNetwork-Brazilian/manifest
Executable file
9
stash/config/scrapers/community/GroobyNetwork-Brazilian/manifest
Executable 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
|
||||
Reference in New Issue
Block a user