-
Notifications
You must be signed in to change notification settings - Fork 162
Open
Labels
Description
Hi,
I'm trying to download videos but I keep receiving the following error:
Code sample:
var youTube = YouTube.Default;
var vid = youTube.GetVideo(VideoURL);
string videoFilePath = source + youtubeID + vid.FileExtension;
File.WriteAllBytes(videoFilePath, vid.GetBytes());Tested with multiple video URLs, always the same result.
Could you please check if GetBytes() is broken or if there’s an update required for YouTube’s latest changes?
MNutshell, taivasverkko and SilvianAchimmediaexplorer74, rodyla and NatLawless