Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func IsAuthRequired ¶
func IsNotFound ¶
func IsRateLimited ¶
Types ¶
type DownloadRequest ¶
type Site ¶
type Site interface {
Name() string
Match(url string) bool
Resolve(ctx context.Context, url string, password string) (*Album, error)
DownloadRequest(ctx context.Context, file File) (*DownloadRequest, error)
DefaultConcurrency() int
DefaultResolveDelay() time.Duration
DefaultDownloadDelay() time.Duration
}
Click to show internal directories.
Click to hide internal directories.