SharpGrabber
SharpGrabber copied to clipboard
"Failed to extract information from neither embed nor watch pages"
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.
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
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.
Hello. If you call GrabAsync again, for example in catch, then everything works
+1
I tried to repeat the GrabAsync for up to 10 times with the same result. Is there anything else I could try?