mirror of
https://github.com/p-stream/p-stream.git
synced 2026-01-11 20:10:32 +00:00
Update opensubtitles.ts
This commit is contained in:
parent
fab4703550
commit
ee317b808d
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ export async function scrapeOpenSubtitlesCaptions(
|
|||
openSubtitlesCaptions.push({
|
||||
id: downloadUrl,
|
||||
language,
|
||||
display: caption.LanguageName,
|
||||
url: downloadUrl,
|
||||
type: caption.SubFormat || "srt",
|
||||
needsProxy: false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue