Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCache ¶
func NewCache(id elements.SubtitleInfo) (service.ServiceCache[struct{}], error)
subtitle cache factory
func Provide ¶
func Provide(info elements.SubtitleInfo) (elements.SubtitleData, []error)
download subtitle from providers, returns on first match
Types ¶
type SubtitleProvider ¶
type SubtitleProvider interface { // search for and download a subtitle. Download(elements.SubtitleInfo) (io.Reader, elements.SubtitleFormat, error) }
Click to show internal directories.
Click to hide internal directories.