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,52 @@
name: Wank It Now
sceneByURL:
- action: scrapeXPath
url:
- wankitnow.com/videos/
- upskirtjerk.com/videos/
- realbikinigirls.com/videos/
- boppingbabes.com/videos/
- lingerietales.com/videos/
- downblousejerk.com/videos/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //h1[contains(@class, "scene-title")]/text()
postProcess:
- replace:
- regex: .*"(.*).
with: $1
Studio:
Name:
selector: //meta[@property="og:site_name"]/@content
postProcess:
- map:
WankItNow: Wank It Now
UpSkirtJerk: Upskirt Jerk
LingerieTales: Lingerie Tales
RealBikiniGirls: Real Bikini Girls
BoppingBabes: Bopping Babes
DownBlouseJerk: Downblouse Jerk
Performers:
Name: //div[@class="model-name"]/text()
Date:
selector: //span[@class="meta" and not(following-sibling::*)]
postProcess:
- replace:
- regex: ^(\d+)(st|nd|rd|th)\s+(\w+\s+\d{4})$
with: $1 $3
- parseDate: 2 Jan 2006
Details: //meta[@property="og:description"]/@content
Image: //meta[@property="og:image"]/@content
Tags:
Name: //div[@class="tags"]//a
#TODO: Requested by Maista
# WankItNow and the sites covered by this scraper possibly are part of the Radical Cash Network (used to be Radical Cash).
# Sites that appear to be associated with Radical Cash are here: https://nats.radicalcash.com/external.php?page=sites
# Stash has WankItNow as the Parent for: Bopping Babes, Downblouse Jerk, Lingerie Tales, Upskirt Jerk, Wank It Now VR.
# Please note, this scraper does not cover Wank It Now VR.
# Last Updated September 12, 2023

View File

@@ -0,0 +1,9 @@
id: WankItNow
name: Wank It Now
metadata: {}
version: 52b64e4
date: "2023-09-12 09:26:22"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- WankItNow.yml