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,58 @@
name: "NewSensationsNetworkSites"
sceneByURL:
- action: scrapeXPath
url:
- ashlynnbrooke.com/tour_ab/
- fourfingerclub.com/tour_ffc/
- freshoutofhighschool.com/tour_fohs/
- familyxxx.com/tour_famxxx/
- girlgirlxxx.com/tour_girlgirlxxx/
- hotwifexxx.com/tour_hwxxx/
- jizzbomb.com/tour_jb/
- newsensations.com/tour_rs/
- parodypass.com/tour_pp/
- shanedieselsbanginbabes.com/tour_sdbb/
- stretchedoutsnatch.com/tour_sos/
- thelesbianexperience.com/tour_tle/
- thetabutales.com/tour_tt/
- unlimitedmilfs.com/tour_um/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //div[@class="update_title"]/text() | //div[@class="indScene"]/h2
Date:
selector: //div[@class="cell update_date"]/text() | //div[@class='sceneDateP']/span[1]
postProcess:
- replace:
- regex: Released:\s
with:
- regex: ^(\d{2}/\d{2}/\d{4}).+
with: $1
- parseDate: 01/02/2006
Details: //span[@class="update_description"]/text() | //div[@class='description']/p[contains(span,"Description:")]/text()
Tags:
Name: //span[@class="update_tags"]/a/text()
Performers:
Name: //span[@class="update_models"]/a/text() | //div[@class="sceneTextLink"]/p/span[@class="tour_update_models"]/a
Image: //video[@id]/@poster | //img[@alt="Join Today!"]/@src
Studio:
Name:
selector: //base/@href
postProcess:
- map:
https://ashlynnbrooke.com/tour_ab/: Ashynn Brooke
https://fourfingerclub.com/tour_ffc/: Four Finger Club
https://freshoutofhighschool.com/tour_fohs/: Fresh Out Of Highschool
https://jizzbomb.com/tour_jb/: Jizz Bomb
https://familyxxx.com/tour_famxxx/: FamilyXXX
https://girlgirlxxx.com/tour_girlgirlxxx/: Girl Girl XXX
https://hotwifexxx.com/tour_hwxxx/: Hot Wife XXX
https://newsensations.com/tour_rs/: New Sensations
https://parodypass.com/tour_pp/: Parody Pass
https://shanedieselsbanginbabes.com/tour_sdbb/: Shanedlesele Bangin Babes
https://stretchedoutsnatch.com/tour_sos/: Streched Out Snatch
https://thelesbianexperience.com/tour_tle/: The Lesbian Experience
https://thetabutales.com/tour_tt/: The Tabu Tales
https://unlimitedmilfs.com/tour_um/: Unlimited Milfs
# Last Updated January 21, 2024

View File

@@ -0,0 +1,9 @@
id: NewSensationsNetworkSites
name: NewSensationsNetworkSites
metadata: {}
version: 3a0f71c
date: "2024-01-21 18:12:47"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- NewSensationsNetworkSites.yml