When I try to download a yt video using VideoLibrary I get: GetDecryptionFunction failed
var youTube = YouTube.Default;
var video = youTube.GetVideo(link);
File.WriteAllBytes((video.FullName + ".mp3"), video.GetBytes());
When I try to download a yt video using VideoLibrary I get: GetDecryptionFunction failed
var youTube = YouTube.Default;
var video = youTube.GetVideo(link);
File.WriteAllBytes((video.FullName + ".mp3"), video.GetBytes());
Copyright © 2021 Jogjafile Inc.