79707426

Date: 2025-07-19 17:15:43
Score: 1
Natty:
Report link

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);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Harshit Agrawal