Interface SubtitleProvider<T>

A subtitle provider project. It has three properties:

  • search: an async function that searches for subtitles and returns array of subtitle items.
  • description: an optional function that returns a descriptor object for the subtitle items.
  • download: an async function that downloads the subtitle file and returns an array of paths to the downloaded files. See Subtitle Provider for details.

Type Parameters

  • T

Hierarchy

  • SubtitleProvider

Methods

Generated using TypeDoc