fetching transcripts for https://www.youtube.com/watch?v=OTVE5iPMKLg returns arabic transcripts when english ones exist.
my settings:
const result = await supadata.transcript({
url: videoUrl,
lang: "en",
text: true,
mode: "native",
});
