node-ytdl-core icon indicating copy to clipboard operation
node-ytdl-core copied to clipboard

Download a private video youtube

Open kamalkech opened this issue 3 months ago • 2 comments

ytdl-core: ^4.11.5

i try to use this example to download a private video youtube but not working. https://github.com/fent/node-ytdl-core/blob/master/example/cookies.js

on this example should inject cookie and x-youtube-identity-token so how can get cookie value ?

kamalkech avatar Apr 03 '24 10:04 kamalkech

I think you have to go to YouTube.com when you're signed in then put this in the console to see your cookies:

console.log(document.cookie)

But, I'm on a phone right now... so who knows.

twarped avatar Apr 11 '24 17:04 twarped