diff --git a/src/providers/sources/soapertv/index.ts b/src/providers/sources/soapertv/index.ts index 4e1ed0e..506ae53 100644 --- a/src/providers/sources/soapertv/index.ts +++ b/src/providers/sources/soapertv/index.ts @@ -78,7 +78,7 @@ const universalScraper = async (ctx: MovieScrapeContext | ShowScrapeContext): Pr captions.push({ id: sub.path, - url: sub.path, + url: `${baseUrl}${sub.path}`, type: 'srt', hasCorsRestrictions: false, language,