GetBytes Not working, just hanging #218
Replies: 1 comment
-
You should submit it into Issues. It seems like nobody was here since you post it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just found this package, and attempted to use it by creating a new app in VS.
When debugging, the app just hangs on the GetBytes method.
Any idea why or how to fix?
the following simply doesn't work for me:
var youTube = YouTube.Default; // starting point for YouTube actions var video = youTube.GetVideo(link); // gets a Video object with info about the video File.WriteAllBytes(@"C:\" + video.FullName, video.GetBytes());
Beta Was this translation helpful? Give feedback.
All reactions