node-ytdl-core
node-ytdl-core copied to clipboard
YouTube video downloader in javascript.
## Description Just wondering if we can currently create 2 types of files from a same pipe? For example : - mp4 - mp3 - Thanks!
Hi, I'm coding a small application via NodeJs to download Youtube videos. For this, I use the ytdl-core and ffmpeg libraries. By launching my file `main.js` via the terminal everything...
Hi, I'm currently using ytdl-core for a discord music bot. Everything works fine with regular videos, but it stops after a few seconds whenever I try live video. I've read...
### Issue Community age restricted videos on Youtube (the ones that require clicking the "I understand and wish to proceed" button before watching) were causing the module to throw a...
**Unexpected behavior:** - What should happen? When you download a file with the mp3 format, it downloads in `mp3` format. - What happens instead? It downloads into a semi-readable mp3...
I'm trying to add the content length header while converting to mp3 with ffmpeg but this just results in an endless download loop ```js var audio = ytdl(url, { format:...
I have downloaded video using ffmpeg-static and ytdl. But the total duration of the video is not showing in my phone. Video is fully downloaded and playable.
Hello, since a few days the lib is downloading youtube videos with around 50kbit/s. Anyone else recognized this issue? I've read that YouTube changed smth. but the n param should...
Trying to download a video that is flagged inappropriate or offensive (Ex. https://www.youtube.com/watch?v=hc0ZDaAZQT0) comes back as a 410. This was fixed in youtube-dl with "&bpctr=9999999999" so all that needs to...
Hi, once a month i get a ton of 410 responses while requesting the video info so i decided to go deeper in it now and find a way to...