Support Forums
Youtube Downloader - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19)
+---- Thread: Youtube Downloader (/showthread.php?tid=144)

Pages: 1 2 3 4


RE: Youtube Downloader - YoungHelper - 10-06-2009

Nice, you can get one on media-converter.org too, it converts, and it's completly legal (Y)


RE: Youtube Downloader - -"h3l1m@n"- - 10-06-2009

Good share


RE: Youtube Downloader - Sp4wn - 10-06-2009

Thanks. Their are many ways. Just thought people who dont have connections can use this ;)


RE: Youtube Downloader - Common - 10-07-2009

(10-06-2009, 12:23 PM)RedTube Wrote: I use that. Can you change the format that the video downloads in?

No, but you can use the converter that it comes with to change the .flv .avi or .wmv format to a different format. Check the preferences and click on "Conversion" then it will give you details on how to change the format straight after downloading the file.


RE: Youtube Downloader - UbbeLoL - 10-07-2009

Instead of the user manually typing in the "video thing" you can just split the URL and check it.

Something like

Code:
Dim url as string
Dim SplittedURL() as string

url = http://www.youtube.com/watch?v=LO0PgyPWE3o
SplittedURL = url.split("=")

msgbox(SplittedURL(0)) will show everything before the "=" so http://www.youtube.com/watch?v
msgbox(SplittedURL(1)) will show everything after the "=" so thats the "video thing" LO0PgyPWE3o



RE: Youtube Downloader - Skajper - 10-08-2009

Nice program bro Smile


RE: Youtube Downloader - flAmingw0rm - 10-08-2009

Clean, works well. Thank you.


RE: Youtube Downloader - ThaDunky - 10-08-2009

don't want to ruin you thread but i have found a great site ..

www.listentoyoutube.com


RE: Youtube Downloader - Headshot - 10-08-2009

Dude, that text just fudged my eyes.

But, I use Download Helper.


RE: Youtube Downloader - UlTiMaTe_Cr33D - 10-08-2009

Very nice Smile.
Something i won't use!
But if ever i need i will pop on by!