Skip to content

Commit

Permalink
Update RealityStudio.yml
Browse files Browse the repository at this point in the history
Add filename scrape using studio code.
  • Loading branch information
jsdb46 authored Dec 18, 2024
1 parent b0b7f63 commit 0508799
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions scrapers/RealityStudio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ sceneByURL:
- menareslaves.com/gallery.html
- subbygirls.com/gallery.html
scraper: sceneScraper
sceneByFragment:
action: scrapeXPath
queryURL: https://www.{filename}
queryURLReplace:
filename:
- regex: ' '
with: ''
- regex: '^((?i)(?:Female\s*Worship|men\s*are\s*slaves|Cum\s*Countdown|Goddess\s*Kitra|Subby\s*Girls)).*?(?:#)?(\d+)' # site name - performers - #code 4k.ext
with: $1.com/gallery.html?$2
- regex: '(?i)\.mp4|mkv|wmv|avi$'
with: ''
- regex: '(?i)(4k|(?:480|720|1080|2160)p)' # sometimes '4k' gets mixed up with the studio code
with: ''
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Expand Down

0 comments on commit 0508799

Please sign in to comment.