TimeForANinja

Results 66 comments of TimeForANinja

gonna wait for #1111 before, then merging together

how exactly are you calling ffmpeg?

watch out sending cookies like this... since they represent you logged in people can impersonate you if they have them... youtube does not load Cookies from files... ```js headers: {...

i didn't have a look at the cookies themselfes since (as mentioned) the way you use them is already troublesome

a) try `cookie` instead of `Cookie` b) try [this](https://github.com/fent/node-ytdl-core/blob/master/example/cookies.js#L22)

`x-youtube-identity-token` is a header, no cookie and again - if you send all your cookies ppl reading this can impersonate you...

> I got status 410 with the id token that's just a problem without a real fix atm 🤷

there is no reliable way i know of to get rid of 410-errors

> play-dl is better then ytdl now 😐 feel free to switch or feel free to change what's bugging you - in the end it's open source so you can...