Update opensubtitles.ts

This commit is contained in:
Pas 2025-12-21 21:51:36 -07:00
parent fab4703550
commit ee317b808d

View file

@ -38,6 +38,7 @@ export async function scrapeOpenSubtitlesCaptions(
openSubtitlesCaptions.push({
id: downloadUrl,
language,
display: caption.LanguageName,
url: downloadUrl,
type: caption.SubFormat || "srt",
needsProxy: false,