Skip to content

Commit

Permalink
Merge pull request #1511 from meed69/stasyqvr
Browse files Browse the repository at this point in the history
Add StasyQVR XPath Scraper
  • Loading branch information
Maista6969 authored Oct 21, 2023
2 parents 2b755b3 + 1b4aa12 commit dc2086d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions SCRAPERS-LIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -1334,6 +1334,7 @@ squirtingorgies.com|GammaEntertainment.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
stagcollective.com|Algolia_NextDoorStudios.yml|:heavy_check_mark:|:heavy_check_mark:|:x:|:x:|Python|Gay
staghomme.com|CarnalPlus.yml|:heavy_check_mark:|:x:|:x:|:x:|-|Gay
stasyq.com|StasyQ.yml|:heavy_check_mark:|:x:|:x:|:heavy_check_mark:|-|-
stasyqvr.com|StasyQVR.yml|:heavy_check_mark:|:x:|:x:|:x:|-|VR
staxus.com|Staxus.yml|:heavy_check_mark:|:x:|:x:|:heavy_check_mark:|-|gay
stayhomepov.com|PaperStreetMedia.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
stephousexxx.com|AdultEmpireCash.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
Expand Down
33 changes: 33 additions & 0 deletions scrapers/StasyQVR.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: "StasyQVR"
sceneByURL:
- action: scrapeXPath
url:
- stasyqvr.com/virtualreality
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //div[@class='video-title']/h1/text()
Details: //div[@class='video-info']/p/text()
Date:
selector: //div[@class='video-meta-date']/text()
postProcess:
- parseDate: Jan 2, 2006
Code:
selector: //script[contains(.,'vrPlayerSettings')]/text()
postProcess:
- replace:
- regex: '[\s\S]*videoId: (\d+),[\s\S]*'
with: $1
Studio:
Name:
fixed: StasyQVR
Performers:
Name: //div[@class='video-info']//a/h2/text()
Image:
selector: //div[@id='webvr']/div[contains(@style,'background-image:')]/@style
postProcess:
- replace:
- regex: '^background-image: url\(|\);$'
with: ""
# Last Updated October 20, 2023

0 comments on commit dc2086d

Please sign in to comment.