VideoAdı = txvideoadi.Text;
                Açıklama = txaciklama.Text;
                etiketler = txetiket.Text;
                Random a = new Random();
                string id = textBox1.Text + a.Next(100000, 999999).ToString();
                YouTubeRequestSettings settings = new YouTubeRequestSettings(id, developerkey, hesapadi, hesapsifresi);
                YouTubeRequest request = new YouTubeRequest(settings);

                Video newVideo = new Video();
                ((GDataRequestFactory)request.Service.RequestFactory).Timeout = 9999999;
                newVideo.Title = VideoAdı;
                newVideo.Tags.Add(new MediaCategory(VideoTur(comboBox1.Text), YouTubeNameTable.CategorySchema));
                newVideo.Keywords = etiketler;
                newVideo.Description = Açıklama;
                if (Gizlilik() == 1)
                    newVideo.YouTubeEntry.Private = false;
                else
                    newVideo.YouTubeEntry.Private = true;
                newVideo.YouTubeEntry.MediaSource = new MediaFileSource(videoismi, "video/x-flv");

                request.Upload(newVideo);
benim satışını yaptığım botta kullandığım bu hocam. geç oldu güç olmasın anca yazabildim konuna.