Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Youtube Downloader
#17
Code:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
WebBrowser1.Navigate("http://www.youtube.com/watch?v=" + TextBox1.Text)
End Sub

Private Sub WebBrowser1_DocumentCompleted(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted
Button2.Enabled = True
End Sub

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
WebBrowser1.Navigate("javascript:swfArgs['t']")
Button3.Enabled = True
Button2.Enabled = False
End Sub

Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
WebBrowser1.Navigate("http://www.youtube.com/get_video?video_id=" + TextBox1.Text + "&t" + "=" + WebBrowser1.DocumentText)
End Sub

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

End Sub

Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
MessageBox.Show("How To Use? Well, The Video ID Is this part. http://www.youtube.com/watch?v=oSQJP40PcGI, oSQJP40PcGI Is the part. Then put that in, Click Go. Then it will show the video In the big empty Space. Then you can scan And download.", "About: By Sp4wn")
End Sub
End Class

Dont have full source cause Online Armor screwed computer
Reply


Messages In This Thread
Youtube Downloader - by Sp4wn - 10-04-2009, 10:08 PM
RE: Youtube Downloader - by RPicard - 10-04-2009, 10:48 PM
RE: Youtube Downloader - by Skawke - 10-04-2009, 10:51 PM
RE: Youtube Downloader - by MyNameIs940 - 10-04-2009, 11:09 PM
RE: Youtube Downloader - by GizSho - 10-05-2009, 12:17 PM
RE: Youtube Downloader - by RAZcracK - 10-05-2009, 12:17 PM
RE: Youtube Downloader - by Ryan - 10-05-2009, 12:37 PM
RE: Youtube Downloader - by Sp4wn - 10-05-2009, 02:44 PM
RE: Youtube Downloader - by g0tit - 10-05-2009, 03:06 PM
RE: Youtube Downloader - by St0rmW1nd - 10-05-2009, 03:13 PM
RE: Youtube Downloader - by GizSho - 10-05-2009, 03:41 PM
RE: Youtube Downloader - by macdonjo - 10-05-2009, 06:48 PM
RE: Youtube Downloader - by Sp4wn - 10-05-2009, 09:18 PM
RE: Youtube Downloader - by Nyx- - 10-05-2009, 11:13 PM
RE: Youtube Downloader - by GizSho - 10-06-2009, 03:28 AM
RE: Youtube Downloader - by Sp4wn - 10-06-2009, 06:32 AM
RE: Youtube Downloader - by ♱ RedTube ♱ - 10-06-2009, 12:11 PM
RE: Youtube Downloader - by Common - 10-06-2009, 12:21 PM
RE: Youtube Downloader - by ♱ RedTube ♱ - 10-06-2009, 12:23 PM
RE: Youtube Downloader - by YoungHelper - 10-06-2009, 12:23 PM
RE: Youtube Downloader - by -"h3l1m@n"- - 10-06-2009, 03:11 PM
RE: Youtube Downloader - by Sp4wn - 10-06-2009, 03:18 PM
RE: Youtube Downloader - by Common - 10-07-2009, 10:26 AM
RE: Youtube Downloader - by UbbeLoL - 10-07-2009, 10:43 PM
RE: Youtube Downloader - by Skajper - 10-08-2009, 02:56 AM
RE: Youtube Downloader - by flAmingw0rm - 10-08-2009, 10:10 AM
RE: Youtube Downloader - by ThaDunky - 10-08-2009, 10:17 AM
RE: Youtube Downloader - by Headshot - 10-08-2009, 10:25 AM
RE: Youtube Downloader - by UlTiMaTe_Cr33D - 10-08-2009, 11:35 AM
RE: Youtube Downloader - by ►кυяѕє◄ - 10-08-2009, 12:02 PM
RE: Youtube Downloader - by Red X - 10-08-2009, 04:46 PM
RE: Youtube Downloader - by Apache Server - 10-09-2009, 02:26 AM
RE: Youtube Downloader - by Sp4wn - 10-09-2009, 08:57 AM
RE: Youtube Downloader - by dongblues - 10-09-2009, 05:15 PM
RE: Youtube Downloader - by Sp4wn - 10-09-2009, 06:30 PM
RE: Youtube Downloader - by duckyshucky - 10-10-2009, 02:06 PM
RE: Youtube Downloader - by Chris - 10-12-2009, 11:34 PM
RE: Youtube Downloader - by Cyberknife - 10-15-2009, 07:06 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [VB.Net] YouTube Video Downloader BlackSpider 18 20,383 10-13-2012, 06:31 AM
Last Post: DotNetDevil
  [Preview/] YouTube Downloader and Converter full FFMPEG, Massive conversion list 2012 FizzyMentos 3 2,122 02-04-2012, 02:35 PM
Last Post: Denny Crane
  [TUT]$hareCash Downloader[NEW] Prominent 41 13,315 10-11-2011, 04:27 PM
Last Post: Genuine
  Help Coding A Downloader? Fragma 9 3,541 08-25-2011, 06:10 PM
Last Post: LiveModz
  [VB] File Downloader With ProgressBar[VB] Coding Support 16 8,699 07-30-2011, 09:13 AM
Last Post: Trustable

Forum Jump:


Users browsing this thread: 36 Guest(s)