mirror of
https://github.com/p-stream/p-stream.git
synced 2026-05-20 16:21:46 +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({
|
openSubtitlesCaptions.push({
|
||||||
id: downloadUrl,
|
id: downloadUrl,
|
||||||
language,
|
language,
|
||||||
|
display: caption.LanguageName,
|
||||||
url: downloadUrl,
|
url: downloadUrl,
|
||||||
type: caption.SubFormat || "srt",
|
type: caption.SubFormat || "srt",
|
||||||
needsProxy: false,
|
needsProxy: false,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue