Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] [ERROR] ERROR: unable to download video data: HTTP Error 403: Forbidden #99

Open
ferburri opened this issue Jun 17, 2024 · 7 comments
Assignees
Labels
bug Something isn't working

Comments

@ferburri
Copy link

Describe the bug
When I want to download a Spotify song, it generates the HTML error code 403. The API and FFmpeg are well configured, so I don't know whats happenning. The last week I could downloaded playlists.

To Reproduce
.\Savify.exe "https://open.spotify.com/intl-es/track/6o0gJtOgimGamRBTS80H5g?si=0723d15fb7f84172" -q best -f mp3 -o "C:\Users\User\Music\Download"

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows 11
  • Version: 23H2
@ferburri ferburri added the bug Something isn't working label Jun 17, 2024
@ferburri
Copy link
Author

I have seen that this 403 code is because "https://yt-dl.org" is blocked by the Germany Court. Is there any soltuion?

@wga22
Copy link

wga22 commented Jun 18, 2024

I am getting the same error.

@dany-cmd
Copy link

+1

@dirkf
Copy link

dirkf commented Jun 23, 2024

I have seen that this 403 code is because "https://yt-dl.org" is blocked by the Germany Court. Is there any soltuion?

It isn't. See ytdl-org/youtube-dl#32815 (comment); see ytdl-org/youtube-dl#30839 for the solution.

@ThePirat91
Copy link

I have seen that this 403 code is because "https://yt-dl.org" is blocked by the Germany Court. Is there any soltuion?

It isn't. See ytdl-org/youtube-dl#32815 (comment); see ytdl-org/youtube-dl#30839 for the solution.

Hello, is there any way to use the nightly version of 'youtube-dl' with the current version of Savify?
Thanks

@Neldub
Copy link

Neldub commented Jul 5, 2024

I found the solution in a pull request , thanks Happyrobot33, use yt-dlp instead youtube-dl run:
pip install --use-pep517 git+https://github.com/stschake/savify@feature/use-yt-dlp

@oliviernadeau2003
Copy link

Same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

8 participants