shaked6540 / YoutubePlaylistDownloader

A tool to download whole playlists, channels or single videos from youtube and also optionally convert them to almost any format you would like
Apache License 2.0
1.65k stars 261 forks source link

Response status code does not indicate success: 403 (Forbidden) appears for every video. #354

Closed HorizonOfek closed 1 month ago

HorizonOfek commented 1 month ago

Downloading no longer functions and always shows the error message "Response status code does not indicate success: 403 (Forbidden)".

MayBeDav commented 1 month ago

Same here. Seems like a universal issue. Hope it gets fixed soon.

phoenix529 commented 1 month ago

Same problem

ChromusMaster commented 1 month ago

Same here

GriimSoul commented 1 month ago

Same here, thought it was just my PC, since I recently reinstalled Windows. Both glad and sad it wasn't the case.

Tech1207 commented 1 month ago

Same also

SaltySnacky commented 1 month ago

Same for me aswell

TiedEnd commented 1 month ago

same for me

Nellaimuthuvel commented 1 month ago

Same for me

colt4567 commented 1 month ago

Same for me. Can't video is downloade. error 403 every videos. Please update.

shaked6540 commented 1 month ago

Hey, I'm aware of the issue and working on a fix. I dont know how long it will take because I'm under fire from Hezbollah, I hope to finish it by next week. In the meantime, if anyone wants to make a PR to solve it - go ahead.

nazmul-nhb commented 1 month ago

having the same issue

Dumbynaut commented 1 month ago

Hey, I'm aware of the issue and working on a fix. I dont know how long it will take because I'm under fire from Hezbollah, I hope to finish it by next week. In the meantime, if anyone wants to make a PR to solve it - go ahead.

Stay safe and take your time, brother.

alexanderpowerplays commented 1 month ago

im having the same error

pretty sure youtube decided to stop us from downloading stuff and so it throws up a 403 error

na791 commented 1 month ago

any idea on whether it will be possible to fix it?

dbrewerton commented 1 month ago

Got the same issue.

cristianst85 commented 1 month ago

Yes, everyone has the same issue. Apparently updating YoutubeExplode library to the latest version (6.4.2) fixes this issue.

dani31c commented 1 month ago

@shaked6540 I dont know if this has been reported too, but there is also another error, which is something around these lines: verify that you are not a robot

cristianst85 commented 1 month ago

Was reported in #361, but I don't think there is something we can/should do about that.

Neimod2004 commented 1 month ago

Same problem, I am using cli yt-dlp, but it is a lot slower because I can't use a queue

Kamwebdev commented 1 month ago

Yes, everyone has the same issue. Apparently updating YoutubeExplode library to the latest version (6.4.2) fixes this issue.

It works! Thanks!

Steps to build own fixed copy:

  1. I clone fully repository to C:\Users\my_username\Downloads\YoutubePlaylistDownloader
  2. Manual apply commit by changing one line in file.
  3. The next step was build package (only open YoutubePlaylistDownloader.sln by JetbrainsRider and click run).
  4. After that i copy ffpmeg.exe from old downloader from: C:\Program Files (x86)\YouTube Playlist Downloader\ffmpeg.exe
    to:" C:\Users\my_username\Downloads\YoutubePlaylistDownloader\YoutubePlaylistDownloader\bin\Debug\net8.0-windows\ffmpeg.exe
  5. The last step was click "run" again.
colt4567 commented 1 month ago

Thank you very much. It work.

Update YoutubeExplode.dll 6.4.2.

Neimod2004 commented 1 month ago

Thank you so much for the solution

MonsieurOrnix commented 1 month ago

Thank you very much. After an update of the NuGet package YoutubeExplode, it works for me too. תודה רבה שתהיה שנה יותר טובה

JPCAlencar commented 1 month ago

How are you doing, guys? Can anyone help me real quick? Where do I find where to commit? I browsed through YoutubeExplode.dll in Notepad, but it's in binary. I couldn't find where to make the change. Do I have to do it in YoutubeExplode.dll or in another file? I'm kinda lost hahaha

MonsieurOrnix commented 1 month ago

@JPCAlencar In YoutubePlaylistDownloader.csproj, line 78. Or this command in the project folder : dotnet add package YoutubeExplode --version 6.4.3

JPCAlencar commented 1 month ago

@MonsieurOrnix ok, i will try here and i comeback to tell if i figured out

JPCAlencar commented 1 month ago

@MonsieurOrnix Man, I went to the YoutubePlaylistDownloader folder and didn’t find the 'YoutubePlaylistDownloader.csproj' file. I’m not sure if I installed it wrong or if it didn’t come. Where can I find the .csproj? Is it in a subfolder?

Kamwebdev commented 1 month ago

@MonsieurOrnix Man, I went to the YoutubePlaylistDownloader folder and didn’t find the 'YoutubePlaylistDownloader.csproj' file. I’m not sure if I installed it wrong or if it didn’t come. Where can I find the .csproj? Is it in a subfolder?

After run "git clone https://github.com/shaked6540/YoutubePlaylistDownloader", you will find file in YoutubePlaylistDownloader folder. If not, you can run "git checkout v1.9.24" in folder.

MonsieurOrnix commented 1 month ago

@JPCAlencar Did you clone the repository ? If not, there's a simple solution : download the package here. Change the .nupkg extension to .zip in order to unzip the file. In /lib/net8.0, you'll find the YoutubeExplode.dll file you need to copy in order to replace the old one (in C:\Program Files (x86)\YouTube Playlist Downloader).

JPCAlencar commented 1 month ago

@MonsieurOrnix Thanks, man! You’re a G.O.A.T. I’ve been trying to make this work all day, and you helped me 100%. I really appreciate it! Have a good one!

msarun77 commented 1 month ago

@MonsieurOrnix Thank you. It worked.

shaked6540 commented 1 month ago

Should be solved in the latest update (1.9.25)

dbrewerton commented 1 month ago

Great work, it's working beautifully now. Confirmed fix.

On Fri, Oct 4, 2024 at 4:06 PM Shaked Dahan @.***> wrote:

Should be solved in the latest update (1.9.25)

— Reply to this email directly, view it on GitHub https://github.com/shaked6540/YoutubePlaylistDownloader/issues/354#issuecomment-2394491214, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEL53Q3VVTU3BA7YQRLW3MLZZ3YLHAVCNFSM6AAAAABOZKUREKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJUGQ4TCMRRGQ . You are receiving this because you commented.Message ID: @.***>

alexanderpowerplays commented 1 month ago

is there a simpler way to apply this fix?

Neimod2004 commented 1 month ago

@alexanderpowerplays if you update to the latest version it should be solved

alexanderpowerplays commented 1 month ago

i can try