Exemplo n.º 1
0
        public void YouTube_Download()
        {
            var service = new YouTubeService();

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

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