Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Youtube Downloader
#21
Nice, you can get one on media-converter.org too, it converts, and it's completly legal (Y)
[Image: storm_9761679342144499258_heartbeat.gif]

When life closely comes to an end...

Reply
#22
Good share
Reply
#23
Thanks. Their are many ways. Just thought people who dont have connections can use this ;)
Reply
#24
(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.
Reply
#25
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
Reply
#26
Nice program bro Smile
Reply
#27
Clean, works well. Thank you.
Reply
#28
don't want to ruin you thread but i have found a great site ..

www.listentoyoutube.com
Reply
#29
Dude, that text just fudged my eyes.

But, I use Download Helper.
Reply
#30
Very nice Smile.
Something i won't use!
But if ever i need i will pop on by!
Reply


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

Forum Jump:


Users browsing this thread: 1 Guest(s)