Developer Jake

Results 1 issues of Developer Jake

### Version 6.4.3 ### Platform .NET Standard 2.1 ### Steps to reproduce Run the following code: ``` var youtube = new YoutubeClient(); var videoUrl = ''; await youtube.Videos.DownloadAsync(videoUrl, pwy); ```...

bug