fent / node-ytdl-core

YouTube video downloader in javascript.
MIT License
4.54k stars 803 forks source link

Unable to extract nCode from base.js #1301

Open prateek-chaubey opened 4 months ago

prateek-chaubey commented 4 months ago

Since last evening the ytdl isn't working, it's showing all the formats and video info , but the the video urls aren't working , i checked the code and it seems like after YouTube got updated , the ncode extraction isn't working.

TechBroCode commented 3 months ago

if i want to download audio and video, i'll repeat same process then merge it with ffmpeg

Yes, it will make the code a bit more complex, but that's exactly how you need to proceed.

Okay, thank you so much . Check, i just started following you