UNPKG

@subtitles/providers

Version:

Providers are the core of applications, where the subtitles are collected. Each provider exports a unique strategy for gathering data. From legendastv's web scraping from opensubtitle API usage, you can collect subtitles from your favorite tv shows and mo

3 lines (2 loc) 111 B
import type { Subtitle, Scraper } from '../types'; export default function createScraper(): Scraper<Subtitle>;