vrlatina

package
v1.30.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 20, 2026 License: GPL-3.0 Imports: 12 Imported by: 0

Documentation

Overview

Package vrlatina scrapes VRLatina (vrlatina.com), a Latina VR studio running the Mechbunny PHP CMS.

Three URL modes are supported:

  • the main listing, walked via /most-recent/page{N}.html (15/page, ~392 scenes). Note the site also exposes /videos/, but that endpoint returns a randomised order — only /most-recent/ is date-sorted, so only it supports the KnownIDs early-stop;
  • a model page, /models/{slug}-{id}.html or the equivalent /pornstars/{slug}-{id}.html, which lists that model's scenes; and
  • a tag page, /search/{slug}/.

Model and tag pages render every result at once — they have no pagination — so both are handled as a single fetch.

Listing cards carry the id, title, URL, duration, performers and thumbnail; the release date, tags and description live only on the detail page, which a worker pool fetches. Detail pages embed ~15 "related videos" in the same card markup, so detail parsing never reuses the card parser.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Scraper

type Scraper struct {
	Client *http.Client
}

Scraper implements scraper.StudioScraper for VRLatina.

func New

func New() *Scraper

New constructs a VRLatina scraper.

func (*Scraper) ID

func (s *Scraper) ID() string

func (*Scraper) ListScenes

func (s *Scraper) ListScenes(ctx context.Context, studioURL string, opts scraper.ListOpts) (<-chan scraper.SceneResult, error)

func (*Scraper) MatchesURL

func (s *Scraper) MatchesURL(u string) bool

func (*Scraper) Patterns

func (s *Scraper) Patterns() []string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL