Documentation
¶
Overview ¶
Package realitystudioutil scrapes the Reality Studio LLC fetish sites (Subby Girls, Female Worship, Men Are Slaves, Cum Countdown). Every site is the same hand-rolled JS tour whose entire catalog is a static JavaScript array in /js/clips.js — no pagination, no API, no auth. Each row is:
[ filename, title, date, pictureCount, performers, fetishes, flag ]
The per-scene gallery page is /gallery.html?{index} and the poster is /images/gallery/{filename}/Pics/{filename}1.jpg.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scraper ¶
func New ¶
func New(cfg SiteConfig) *Scraper
func (*Scraper) ListScenes ¶
func (*Scraper) MatchesURL ¶
type SiteConfig ¶
Click to show internal directories.
Click to hide internal directories.