Documentation
¶
Overview ¶
Package penthousegold scrapes the public "latest scenes" surface of penthousegold.com (ElevatedX CMS).
The full archive is paywalled: category, model and "All" listings expose only a handful of free scenes, and there is no public full-archive pagination. This is therefore a latest-only incremental scraper — it gathers the newest scene URLs from the RSS feed (sitemap.xml) plus the homepage, deduplicates them, and worker-pool fetches each public detail page (/scenes/{slug}_vids.html) for its schema.org VideoObject microdata.
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.