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,53 @@
name: Naughty Natural
sceneByURL:
- action: scrapeXPath
url:
- naughtynatural.com/videos/
scraper: sceneScraper
galleryByURL:
- action: scrapeXPath
url:
- naughtynatural.com/photos/
scraper: galleryScraper
xPathScrapers:
sceneScraper:
common:
$url: //link[@rel="canonical"]/@href
scene:
Title: &title //h1[@class="entry-title"]/text()
Studio: &studio
Name:
fixed: Naughty Natural
Date: &date
selector: //meta[@property="article:published_time"]/@content
postProcess:
- replace:
- regex: (^\d{4}-\d{2}-\d{2}).*
with: $1
- parseDate: 2006-01-02
Details:
selector: //p[@class="description"]/text()
Tags: &tags
Name: //span[@class="categories"]/a
Performers: &performers
Name: //span[@class="post_author"]/a
Image:
selector: //script[@type="text/javascript"][contains(text(),"jwplayer") and contains(text(),"jpg")]
postProcess:
- replace:
- regex: .*(wp-content.+jpg).*(https:\/\/[^\/]*).*
with: $2/$1
URL: &url
selector: $url
galleryScraper:
common:
$photopage: //section[@id='photos_page-page']
gallery:
Title: *title
Studio: *studio
Date: *date
Details:
selector: //div[@class="gallery_description"]/p/text()
Tags: *tags
Performers: *performers
# Last Updated September 03, 2023

View File

@@ -0,0 +1,9 @@
id: NaughtyNatural
name: Naughty Natural
metadata: {}
version: 22447f3
date: "2023-09-04 05:15:57"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- NaughtyNatural.yml