Google videos won't download.

Discussion in 'Programming' started by locpicker, Jan 5, 2008.

  1. #1
    I am using this code to download movies and for some reason Google will not download. Any ideas?

    <TABLE border=1>
    <TR>
    	<TD><P>Download Streaming Videos From Myspace, YouTube, MetaCafe, DailyMotion, Blip.tv, Ifilm & Google Video. by <A HREF="http://youtubedownloader.org">youtubedownloader.org</A> 
    <label for="id">Enter your Video URL</label>
    		<form method=get action="http://youtubedownloader.org" name=form>
    		<input type="text" id="url" name="url" />
    
    		<select id="select" name=site onChange="showurl(document.form.site.selectedIndex);">
    			<option value=youtube>YouTube</option>
    			<option value=google>Google</option>
    			<option value=bolt>Bolt</option>
    			<option value=ifilm>iFilm</option>
    			<option value=myspace>MySpace</option>
    			<option value=dailymotion>DailyMotion</option>
    			<option value=blip>Blip.tv</option>
    			<option value=break>Break.com</option>
    		</select>
    
    		<input type="submit" value="Download!" id="download" />  as *.flv.
    		<BR>Please do not use our service to download illegal or porno materials - <a href="http://www.download.com/FLV-Player/3000-2139_4-10505954.html?tag=lst-0-1" target="_blank">Download free FLV player</a>
    
    
    
    		</form></TD>
    </TR>
    </TABLE>
    Code (markup):
     
    locpicker, Jan 5, 2008 IP