Click here to Skip to main content
15,880,891 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi everyone..

Need help...

I would just like to ask if someone knows a code for automatically downloading video files that are being played on the internet? using visual basic 2008...

Any help would be very much appreciated..

Thanks..
Posted
Updated 24-Jun-11 16:45pm
v2

1 solution

Here one article

Downloading Youtube Videos C# WinForm[^]

EDIT
---------------------------
MyDownloader: A Multi-thread C# Segmented Download Manager[^](It's in C# but you can convert into VB.NET yourself)
 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 25-Jun-11 0:05am    
Raja, did you try it more or less recently? Something has changed on youtube a while ago; so there are a number of obsolete recipes on Internet...
--SA
thatraja 25-Jun-11 0:26am    
I didn't know about that, anyway gave him another link(download manager.), Thank you.
BTW I'm waiting for your answer.
Sergey Alexandrovich Kryukov 26-Jun-11 0:22am    
On what? On Youtube downloading? I don't know at the moment -- recently wanted to download something, found that my old recipe did not work out. Worse, tried couple of new recipes I tried to Google, from too of the list -- they did not work either. So you reference needs confirmation.
--SA
thatraja 26-Jun-11 0:32am    
Not particularly, the article says "Sample application that manages multiple segmented downloads and supports HTTP, FTP and YouTube video downloads" so I updated my answer with this.
/*found that my old recipe did not work out.*/
You mean your article? but I have checked no articles related to that, hope you mean your personal recipe.
Sergey Alexandrovich Kryukov 26-Jun-11 0:57am    
No, I don't have an article on that. In YouTube, the problem is finding the URL from the page where the clip is played. Downloading is not a problem. I shared my own downloaded on Q&A, by the way.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900