Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27554

get captcha from youtube?

$
0
0
Im trying to get the captcha when you reach a limit of comments in youtube...

Im using this little code here:

Code:

Public Function vcaptcha()


        If WebBrowser1.ReadyState = WebBrowserReadyState.Complete Then

            For Each Captcha As HtmlElement In WebBrowser1.Document.Images

                If Captcha.GetAttribute("src").Contains("/cimg?") Then
                    PictureBox1.Load(Captcha.GetAttribute("src"))

                End If

            Next
        End If


    End Function


HOWEVER....

it doesnt get the current captcha but another one..

Viewing all articles
Browse latest Browse all 27554

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>