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

Download video error #500

Open
4 of 6 tasks
willjzvip opened this issue Sep 3, 2024 · 7 comments
Open
4 of 6 tasks

Download video error #500

willjzvip opened this issue Sep 3, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@willjzvip
Copy link

willjzvip commented Sep 3, 2024

Version

v1.13.0

Platform

Windows 10

Steps to reproduce

After entering the address of the YouTube video, an error message will pop up. I have tried multiple times but still cannot download it.

Details

Prompt for authentication error, possibly due to the website blocking the software's interface authentication
http://blog.ff1204.com/uploads/youtubeDownloader_20240903201727.png

Checklist

  • I have looked through existing issues to make sure that this bug has not been reported before
  • I have provided a descriptive title for this issue
  • I have made sure that this bug is reproducible on the latest version of the application
  • I have provided all the information needed to reproduce this bug as efficiently as possible
  • I have sponsored this project
  • I have not read any of the above and just checked all the boxes to submit the issue
@willjzvip willjzvip added the bug Something isn't working label Sep 3, 2024
@guzlewski

This comment was marked as spam.

@Rimm2300
Copy link

Rimm2300 commented Sep 4, 2024

same issue

Repository owner deleted a comment from Dreary01 Sep 13, 2024
@tenshon
Copy link

tenshon commented Sep 17, 2024

In case this helps the developer, the regular download page on YouTube now requires you to login, but the embed code URL still lets you access it without logging in.

@Tyrrrz
Copy link
Owner

Tyrrrz commented Sep 18, 2024

In case this helps the developer, the regular download page on YouTube now requires you to login, but the embed code URL still lets you access it without logging in.

@tenshon which regular download page are you referring to?

@tenshon
Copy link

tenshon commented Sep 18, 2024

Sorry I meant accessing the regular youtube video page requires login, but the embed link page does not. Presuming you're using that to scrape the download info and it's failing because it requires you to login.

@Tyrrrz
Copy link
Owner

Tyrrrz commented Sep 18, 2024

Sorry I meant accessing the regular youtube video page requires login, but the embed link page does not. Presuming you're using that to scrape the download info and it's failing because it requires you to login.

No, it's retrieved straight from the player response: https://github.com/Tyrrrz/YoutubeExplode/blob/e4670068e9895e03a66a64547d9830f81abd5202/YoutubeExplode/Videos/VideoController.cs#L45-L152

@tenshon
Copy link

tenshon commented Sep 18, 2024

So they changed that to require authentication now?

Any thoughts on how to workaround it? Any way to exploit the HTML embed player response that doesn't require authentication?

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

5 participants