Documentation
¶
Overview ¶
Package hdbits implements the HDBits.org subtitle provider. Uses the HDBits API with username/passkey authentication.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
Provider implements the HDBits subtitle API.
func (*Provider) ClearCache ¶
func (p *Provider) ClearCache()
ClearCache removes all cached download data. Called after scan completion to free memory.
func (*Provider) Download ¶
Download fetches the subtitle content for the given search result. Season pack archives are cached per subtitle ID and reused across episodes; the target episode is extracted by S##E## filename match.
func (*Provider) Name ¶
func (p *Provider) Name() api.ProviderID
Name returns the provider identifier for HDBits.
Click to show internal directories.
Click to hide internal directories.