Hello Daniweb'ers,
I was wondering if you could help me. I'm developing a YouTube downloader and want to be able to convert a YouTube link into a title. Such as this:
textbox1.Text = " http://www.youtube.com/watch?v=Bj7_W1FuO70&feature=related "
label1.Text = " Fire Like This Hardknox Me Myself And Irene "
In other words, take the link and get the title of it. I think I might just be over looking something, because I know how to do it with local files (c:\). Making the downloader work with the latest version of YouTube scheme was a task in it of itself.
Thanks!
-camelCase