当我尝试使用VideoLibrary下载 yt 视频时,我得到:GetDecryptionFunction failed
var youTube = YouTube.Default;
var video = youTube.GetVideo(link);
File.WriteAllBytes((video.FullName + ".mp3"), video.GetBytes());
当我尝试使用VideoLibrary下载 yt 视频时,我得到:GetDecryptionFunction failed
var youTube = YouTube.Default;
var video = youTube.GetVideo(link);
File.WriteAllBytes((video.FullName + ".mp3"), video.GetBytes());