using VideoLibrary;
...
try
{
var youtube = YouTube.Default;
var video = youtube.GetVideo(VideoURL);
File.WriteAllBytes(artistSongNames, video.GetBytes()); <--- throw Exception
..
A few days ago, the code worked fine, about 2 days ago, he started throwing an error
using VideoLibrary; ... try { var youtube = YouTube.Default; var video = youtube.GetVideo(VideoURL);
File.WriteAllBytes(artistSongNames, video.GetBytes()); <--- throw Exception ..
A few days ago, the code worked fine, about 2 days ago, he started throwing an error