mirror of
https://github.com/sussy-code/providers.git
synced 2026-01-11 20:10:17 +00:00
Fix soaper subtitles
This commit is contained in:
parent
403d12ed04
commit
c885bcf4e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue