fent / node-ytdl-core

YouTube video downloader in javascript.
MIT License
4.52k stars 799 forks source link

Unable to extract nCode from base.js #1301

Open prateek-chaubey opened 3 months ago

prateek-chaubey commented 3 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 2 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