Beispiel #1
0
        public void YouTube_Download()
        {
            var service = new YouTubeService();

            byte[] bytes = service.Download(YouTubeUri);
        }
Beispiel #2
0
        public void YouTube_Download()
        {
            var service = new YouTubeService();

            byte[] bytes = service.Download(YouTubeUri);
        }