i think this does not work now as text.legnth i am getting 0
import { YoutubeTranscript } from "youtube-transcript";
var transcript_obj = await YoutubeTranscript.fetchTranscript("_cY5ZD9yh2I");
const text = transcript_obj.map((t) => t.text).join(" ");
console.log(text);