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

"Failed to extract information from neither embed nor watch pages" #97

Open
kirk-marple opened this issue May 1, 2024 · 4 comments
Open

Comments

@kirk-marple
Copy link

Anyone know if anything changed recently, and now YouTube videos are getting blocked by this library.

We're getting a GrabParseException with this error "Failed to extract information from neither embed nor watch pages".

                var result = await grabber.GrabAsync(uri);

This code used to work, and I recently noticed our tests failing, and it seems to be on any YouTube video.

@javidsho
Copy link
Contributor

javidsho commented May 2, 2024

YouTube has made some big changes. I am a bit busy at the moment to handle the issue myself. I hope someone else would try fixing it. One way or another worst case scenario other open source repositories will probably push the fixes and we can replicate those

@kirk-marple
Copy link
Author

Ah, thought maybe they were totally blocking things.

I'm happy to give it a go and try and fix it. Any advice on what they have changed would be helpful, and then I can make a PR.

@DIMANRUS
Copy link

Hello. If you call GrabAsync again, for example in catch, then everything works

@rochapablo
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants