Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Extractor ¶
type Extractor struct {
// contains filtered or unexported fields
}
Extractor implements the extractor.Extractor interface for Instagram
func New ¶
func New() *Extractor
New creates a new Instagram extractor. It uses the browser-based fetcher by default, which drives a real headless Chromium and so bypasses Instagram's anti-bot challenges that break the legacy HTTP fetcher. The legacy fetcher remains available via instagram.NewAPIFetcher().
Click to show internal directories.
Click to hide internal directories.