distubejs / ytdl-core

YouTube video downloader in javascript.
MIT License
261 stars 48 forks source link

Audio streaming isn'nt working now? #119

Open orewafuad opened 1 day ago

orewafuad commented 1 day ago

Describe the bug

I have tried to make audio streaming, but I received a miniget 403, of course i'm using cookies

Debug File

res.header("Content-Type", "audio/mpeg");
  ytdl(videoUrl, { filter: "audioonly", agent})
    .on("error", (err) => {
      console.error("Error:", err);
      res.status(500).send("Error streaming audio");
    })
    .pipe(res);

Environment

datly commented 1 day ago

same

cupiditys commented 3 hours ago

+1