Results 1 to 10 of 10
  1. #1
    o0OpurezO0o's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    behind you.
    Posts
    354
    Reputation
    10
    Thanks
    26
    My Mood
    Sick

    [Tutorial]How to make a Youtube Video Downloader

    There is a possibility it doesnt work anymore, it was dated 1 year ago.

    As requested (not) by a person:

    3 buttons, 1 label, and 1 webbrowser.
    button 2 and 3 are disabled
    webbrowser 1 not visible.
    label 1 entitled 'Video (After watch?v=)'
    codeing:

    Code:
        Private Sub cmdGo_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            WebBrowser1.Navigate("https://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 cmdScan_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
            WebBrowser1.Visible = False
            WebBrowser1.Navigate("javascript:swfArgs['t']")
            Button3.Enabled = True
            Button2.Enabled = False
        End Sub
    
        Private Sub cmdDownload_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
            WebBrowser1.Navigate("https://www.youtube.com/get_video?video_id=" + TextBox1.Text + "&t" + "=" + WebBrowser1.DocumentText)
        End Sub
    Oh and 1 request.

    how do i make a thing that makes the text say the URL. It is for Helping.


    Source Is Downloadable!(Visual Basic 2008 (VB.NET) Only) (Someone Else's)
    Virus Scans:
    Virus Total
    virScan

    *note* Since VirSCAN.org is a fucking pussy, i couldnt put the main file in, i had to make a 2nd ZIP. The same size file, just compressed a little.

    Source.zip (91.0 KB)

    *note2* And dont correct me. That means Lolland

    Source made by yourkii
    Last edited by o0OpurezO0o; 11-01-2010 at 07:21 AM.

  2. The Following 2 Users Say Thank You to o0OpurezO0o For This Useful Post:

    taikaixin (07-12-2014),usgprime (04-29-2013)

  3. #2
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by o0OpurezO0o View Post
    As requested (not) by a person:

    3 buttons, 1 label, and 1 webbrowser.
    button 2 and 3 are disabled
    webbrowser 1 not visible.
    label 1 entitled 'Video (After watch?v=)'
    codeing:

    Code:
        Private Sub cmdGo_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            WebBrowser1.Navigate("https://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 cmdScan_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
            WebBrowser1.Visible = False
            WebBrowser1.Navigate("javascript:swfArgs['t']")
            Button3.Enabled = True
            Button2.Enabled = False
        End Sub
    
        Private Sub cmdDownload_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
            WebBrowser1.Navigate("https://www.youtube.com/get_video?video_id=" + TextBox1.Text + "&t" + "=" + WebBrowser1.DocumentText)
        End Sub
    Oh and 1 request.

    how do i make a thing that makes the text say the URL. It is for Helping.


    Source Is Downloadable!(Visual Basic 2008 (VB.NET) Only) (Someone Else's)
    Virus Scans:
    Virus Total
    virScan

    *note* Since VirSCAN.org is a fucking pussy, i couldnt put the main file in, i had to make a 2nd ZIP. The same size file, just compressed a little.

    Source.zip (91.0 KB)

    *note2* And dont correct me. That means Lolland
    Well, not tested but this will not work !!!
    Mind explaining me this line:
    Code:
    WebBrowser1.Navigate("javascript:swfArgs['t']")
    ???

  4. #3
    o0OpurezO0o's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    behind you.
    Posts
    354
    Reputation
    10
    Thanks
    26
    My Mood
    Sick
    i dont know, i found it on youtube, blame the guy!

  5. #4
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by o0OpurezO0o View Post
    i dont know, i found it on youtube, blame the guy!
    You do know that leeching will result in ban. If you use someone's code, give credits to him in the thread !!

  6. The Following User Says Thank You to Hassan For This Useful Post:

    Void (11-01-2010)

  7. #5
    o0OpurezO0o's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    behind you.
    Posts
    354
    Reputation
    10
    Thanks
    26
    My Mood
    Sick
    well im not sure if it still works, its dated 1 year ago.

  8. #6
    Imported's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    142
    Reputation
    27
    Thanks
    47
    My Mood
    Relaxed
    Quote Originally Posted by o0OpurezO0o View Post
    well im not sure if it still works, its dated 1 year ago.
    So..uh..you leeched someone's source, didn't credit them AND didn't even bother testing before you uploaded? Classy.
    TROLOLOLOLO


  9. The Following User Says Thank You to Imported For This Useful Post:

    edition08 (11-01-2010)

  10. #7
    Zithium's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    UK
    Posts
    2,996
    Reputation
    103
    Thanks
    438
    My Mood
    Psychedelic
    I'm guessing this won't work, i'll test it out later and post results though.
    "Depending on the context, I may or may not enjoy getting stoned to death" - zιтнιυм™

    Ex WarRock Minion Force



  11. #8
    skiiiz's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    119
    Reputation
    10
    Thanks
    11
    It doesn't work.
    /end

  12. #9
    o0OpurezO0o's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    behind you.
    Posts
    354
    Reputation
    10
    Thanks
    26
    My Mood
    Sick
    Only Moderators (*and minions maby) can close, end, sticky, etc... threads.

  13. #10
    ericsmart's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    41
    Reputation
    10
    Thanks
    1
    nice tutorial

Similar Threads

  1. [Tutorial] How to post a YouTube video
    By master131 in forum General
    Replies: 8
    Last Post: 07-21-2011, 10:39 PM
  2. [Tutorial] How-to make unpatchable rez mods [video]
    By supercarz1991 in forum Combat Arms Mod Tutorials
    Replies: 36
    Last Post: 07-20-2010, 03:24 AM
  3. Need Tutorial - How to make an annimation from a video
    By condor01 in forum Suggestions, Requests & General Help
    Replies: 5
    Last Post: 04-02-2008, 03:11 PM
  4. [Video Tutorial] How to make an undetected module.
    By wr194t in forum Visual Basic Programming
    Replies: 24
    Last Post: 11-04-2007, 05:48 AM
  5. {Tutorial} How to make a hack with VB
    By ltkort213 in forum WarRock - International Hacks
    Replies: 31
    Last Post: 06-10-2007, 03:15 PM