Documentation
¶
Overview ¶
Package dezyred scrapes Dezyred (dezyred.com), a VR interactive-games studio in the VRBangers family. The whole catalog (~51 games) is served by a single open JSON endpoint at /api/games. Performer IDs on each game resolve to names via a companion /api/models endpoint, which the scraper fetches once and caches as an id→name map. There is no pagination — one fetch returns every game — so the runner emits each game as a Scene.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scraper ¶
Scraper implements scraper.StudioScraper for Dezyred.
func (*Scraper) ListScenes ¶
func (*Scraper) MatchesURL ¶
Click to show internal directories.
Click to hide internal directories.