stash
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
name: Raw Road Nation
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- rawroadnation.com
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //div[@class="panel-heading"]/h3
|
||||
Performers:
|
||||
Name: //a[@class="model_name_title"]
|
||||
Tags:
|
||||
Name: //div[@class="col-12 text-center px-4 py-2"]/a[contains(@href,"en/videos/")]
|
||||
Details: //div[@class="video-seo-description"]/p
|
||||
Image: //video[@id="videoProtectedPlayer"]/@poster
|
||||
Date:
|
||||
selector: //h4[contains(text(), "Release Date")]/text()
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: "Release Date: (.+)"
|
||||
with: $1
|
||||
- parseDate: 2006-01-02
|
||||
Studio:
|
||||
Name:
|
||||
fixed: Raw Road Nation
|
||||
# Last Updated November 05, 2023
|
||||
9
stash/config/scrapers/community/RawRoadNation/manifest
Executable file
9
stash/config/scrapers/community/RawRoadNation/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: RawRoadNation
|
||||
name: Raw Road Nation
|
||||
metadata: {}
|
||||
version: 4c9a36f
|
||||
date: "2023-12-14 17:23:41"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- RawRoadNation.yml
|
||||
Reference in New Issue
Block a user