Documentation
¶
Overview ¶
Package dickdrainers scrapes DickDrainers (dickdrainers.com), a NATS tour CMS site. The real tour lives under /tour/ (the root is an age-gate splash). Every scene's metadata — title, performers, tags, duration, date, description, and thumbnail — is published on the listing cards at /tour/categories/movies/{page}/latest/, so no per-scene detail fetch is needed (the public detail pages are generic join prompts). Model pages (/tour/models/{slug}.html) list a single performer's video updates in a different card layout, parsed separately.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scraper ¶
type Scraper struct {
// contains filtered or unexported fields
}
func (*Scraper) ListScenes ¶
func (*Scraper) MatchesURL ¶
Click to show internal directories.
Click to hide internal directories.