distubejs / ytdl-core

YouTube video downloader in javascript.
MIT License
206 stars 43 forks source link

Getting error 403 when downloading official music #93

Closed tb-sumberjaya closed 3 weeks ago

tb-sumberjaya commented 4 weeks ago

I have used cookies and proxy, to download other videos goes smoothly. However, I got a 403 error when downloading an official music video (a video uploaded by a channel whose name ends in -topic). Here's an example of a video that got the 403 error

https://youtu.be/9vDIzVuDzTs

Btw, I have tried downloading that video using yt-dlp CLI and it worked, I think it should be possible to use this library too.

Environment

xaksis commented 4 weeks ago

I'm also seeing the same for all videos. Tried refreshing cookies. Didn't help.

tb-sumberjaya commented 3 weeks ago

This issue was resolved on my end, I used another proxy and cookies. Now it's working normally for any videos.