Von Pookie
MrExcel MVP
- Joined
- Feb 17, 2002
- Messages
- 13,686
I have an addon in Firefox that grabs the video automatically from the page when I click a buttonSo for any one wanting to Download off YouTube here is some code.
I have an addon in Firefox that grabs the video automatically from the page when I click a buttonSo for any one wanting to Download off YouTube here is some code.
I have an addon in Firefox that grabs the video automatically from the page when I click a buttonSo for any one wanting to Download off YouTube here is some code.
whats the addon ? I have IE7, FireFox and Opera on my system so I could use this.
You can do anything. I was in your sight that brought me here to get the code to download youtube. I get errors. I don't know why but, it happens alot. Maybe you can have a sample file. I really would love to make this work but I can't figure it out. Please Ivan Helpppp Meeeee
Set objIE = New InternetExplorer 'user-defined type not defined
READYSTATE_COMPLETE 'variable not defined.
Loop .loop without Do
Replace(strVideoUrl, "amp;", "", 1) 'Sub or Function not defined
strVideoUrl = "http://youtube.com/get_video?video_id=" & 'Replace(strVideoUrl, "amp;", "", 1) 'Syntax error.
whats the addon ? I have IE7, FireFox and Opera on my system so I could use this.
Download Helper. Here ya go:
https://addons.mozilla.org/en-US/firefox/addon/3006
'// Find position of VideoID
PosVideoID = InStr(1, strCode, "amp;video_id")
'// Find position of end of videoID
PosLastID = InStr(PosVideoID, strCode, "&")