Documentation
¶
Overview ¶
Package subdl implements the SubDL subtitle provider. REST API at api.subdl.com/api/v1, requires API key. Supports movies and TV episodes via IMDB/TMDB search. Rate limits: 2000/day, 1,000,000 lifetime.
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 SubDL API client.
func (*Provider) Download ¶
Download fetches the subtitle content for the given search result. SubDL download URLs are relative paths; absolute URLs are rejected.
func (*Provider) Name ¶
func (p *Provider) Name() api.ProviderID
Name returns the provider identifier for SubDL.
Click to show internal directories.
Click to hide internal directories.