dotnettools/SharpGrabber

Unable to download Youtube Videos with Warning

Opened this issue · 1 comments

For youtube videos that may require a user confirmation, it seems like SharpGrabber isn't able to grab the contents.

image

Here's an example (and perhaps slightly controversial) video: https://www.youtube.com/watch?v=sR0DsXH0bT4

Error:

   YouTube video is inaccessible.
         at DotNetTools.SharpGrabber.MultiGrabber.InternalGrabAsync(IEnumerable`1 candidateGrabbers, Uri uri, CancellationToken cancellationToken, GrabOptions options, IProgress`1 progress)

It does seem like download should be possible, at least when using savefrom.net.

image

How can we get around this? Thanks!