Youtube Downloader [Expired]
Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
Great tutorial. Its rare to see one of this around the internet...
Thanks CodenStuff 4 VIP status !
If you want to save it as .avi or other video formats , just add a converter into your Youtube Downloader . You can learn how to make a video converter in Visual basic at Youtube , just search it & there will be a lot of results .
If you want to save it as .avi or other video formats , just add a converter into your Youtube Downloader . You can learn how to make a video converter in Visual basic at Youtube , just search it & there will be a lot of results .
... i already tried that but it doesn't work. it can only be opened with VLC media player
hey, you can't put a flv player in vb.net but you can open it like process.start ("then the player") if they put it in the right map for this one (a rly simpel one i found) you dont need anything do dowload/instal
You do not have the required permissions to view the files attached to this post.
Hei man it works 100% ;)
can you know how to convert not to mp4 but to mp3 ;)?
can you know how to convert not to mp4 but to mp3 ;)?
That means it extract the song from the video ?
I haven't try out that , try search the internet for the conversion tutorial then implent into your youtube downloader .
I haven't try out that , try search the internet for the conversion tutorial then implent into your youtube downloader .
Hello,
Heres something you could maybe add to this downloader, a thumbnail preview of the video your downloading.
Add a picturebox control to the form and size it to 120,90 pixels then add this code into "Button1_Click" event:
. Needs a bit of tweaking but it works.
Happy coding cooll;
Heres something you could maybe add to this downloader, a thumbnail preview of the video your downloading.
Add a picturebox control to the form and size it to 120,90 pixels then add this code into "Button1_Click" event:
Code: Select all
And/or If you want to add actual video preview to it just add the "ShockwavePlayer" control to your form and use this code: Dim thumb = TextBox1.Text
thumb = thumb.Replace("http://www.youtube.com/watch?v=", "http://i3.ytimg.com/vi/")
thumb = thumb + "/default.jpg"
Try
PictureBox1.Load(thumb)
Catch ex As Exception
End Try
Code: Select all
Aslong as people enter download URLs like: http://www.youtube.com/watch?v=6abjgzXracc then it should work fine Dim previd = TextBox1.Text
previd = previd.Replace("http://www.youtube.com/watch?v=", "http://www.youtube.com/v/")
Try
AxShockwaveFlash1.LoadMovie(0, previd)
Catch ex As Exception
End Try

Happy coding cooll;
You do not have the required permissions to view the files attached to this post.
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
Great job , i haven't tought of that too .
Yeah , if a person click a video from a feature list , it will not work .
You can fix it by using the the replacement tacnic in the code . Replace the extra "&feature=rec-fresh+div-r-2-HM" word with a blank"" , then it will work
You can fix it by using the the replacement tacnic in the code . Replace the extra "&feature=rec-fresh+div-r-2-HM" word with a blank"" , then it will work

Copyright Information
Copyright © Codenstuff.com 2020 - 2023