Documentation
¶
Index ¶
- type Instagram
- func (i *Instagram) DefaultConcurrency() int
- func (i *Instagram) DefaultDownloadDelay() time.Duration
- func (i *Instagram) DefaultResolveDelay() time.Duration
- func (i *Instagram) DownloadRequest(_ context.Context, file site.File) (*site.DownloadRequest, error)
- func (i *Instagram) Match(rawURL string) bool
- func (i *Instagram) Name() string
- func (i *Instagram) Resolve(ctx context.Context, rawURL string, _ string) (*site.Album, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instagram ¶
type Instagram struct {
HTTPClient *http.Client
BaseURL string
// contains filtered or unexported fields
}
func (*Instagram) DefaultConcurrency ¶
func (*Instagram) DefaultDownloadDelay ¶
func (*Instagram) DefaultResolveDelay ¶
func (*Instagram) DownloadRequest ¶
Click to show internal directories.
Click to hide internal directories.