every top gear video ever

We may earn a small commission from affiliate links and paid advertisements. Terms

i thought i had gotten all of them off winmx, but theres a couple on here i havent seen

good find :)
 
well after i tried to watch a few of them, nothing is playing

maybe cause im on mozilla?
 
thats not all of them, but looks like most. Sucks that you cant download them.
 
didn't work for me in mozilla either, so I opened up my computer and its playing fine. For my suv, I want a bowler, and a radical for my fun kind of thing.
 
you can save 'em if you're leet :)

click on view->source

in the <head> of the page, there is an array for each video:

Code:
function LoadLibraryArray()
  	{
   
   
   arrManufacturers = MultiDimensionalArray( 58, 2);
   
   
   	
   	arrManufacturers[0][0] = "Ferrari";
   	
   	var arrModels = MultiDimensionalArray( 4, 2 );
   	
    
    arrModels[0][0] = "360 Spider";
    
    var arrClips = MultiDimensionalArray( 1, 4);
    
    	
     
     var availDate = new Date('10 Jan 2004');
     var currDate = new Date();
     var newFor  = '10';
     var isNew   = CheckNew(availDate,newFor);
     var available = CheckAvailable(availDate);
     
     if ( available == true )
     {
     	arrClips[0][0] = "Ferrari 360 Spider - Weaving a web";
     	arrClips[0][1] = 'http://streams.planet.nl/cgi-bin/reflector.cgi?dir=bbp&amp;subdir=topgear&amp;type=wmv&amp;stream=106.wmv';
     	arrClips[0][2] = isNew;
     	arrClips[0][3] = '106';
     }


now, for each video there is a link embedded.

in the exampl above,

it would be

http://streams.planet.nl/cgi-bin/reflector...;stream=106.wmv

copy/paste that into IE/firefox, and if you have your options set right, it will prompt you for save file or open file, or it will just open it automatically if you don't :) either way, once it's in media player and fully loaded, a simple file->save meida as will do the trick.
 
Originally posted by pissedoffsol@Dec 7 2004, 12:26 AM
you can save 'em if you're leet :)

click on view->source

in the <head> of the page, there is an array for each video:

Code:
function LoadLibraryArray()
    	{
      
      
      arrManufacturers = MultiDimensionalArray( 58, 2);
      
      
      	
      	arrManufacturers[0][0] = "Ferrari";
      	
      	var arrModels = MultiDimensionalArray( 4, 2 );
      	
        
        arrModels[0][0] = "360 Spider";
        
        var arrClips = MultiDimensionalArray( 1, 4);
        
        	
          
          var availDate = new Date('10 Jan 2004');
          var currDate  = new Date();
          var newFor    = '10';
          var isNew     = CheckNew(availDate,newFor);
          var available = CheckAvailable(availDate);
          
          if ( available == true )
          {
          	arrClips[0][0] = "Ferrari 360 Spider - Weaving a web";
          	arrClips[0][1] = 'http://streams.planet.nl/cgi-bin/reflector.cgi?dir=bbp&amp;subdir=topgear&amp;type=wmv&amp;stream=106.wmv';
          	arrClips[0][2] = isNew;
          	arrClips[0][3] = '106';
          }


now, for each video there is a link embedded.

in the exampl above,

it would be

http://streams.planet.nl/cgi-bin/reflector...;stream=106.wmv

copy/paste that into IE/firefox, and if you have your options set right, it will prompt you for save file or open file, or it will just open it automatically if you don't :) either way, once it's in media player and fully loaded, a simple file->save meida as will do the trick.
[post=427448]Quoted post[/post]​


:huh: haha yeah im not that l33t. And you know too much shit. :eek:
 
Originally posted by dmmd3@Dec 8 2004, 11:40 PM


And you know too much shit. :eek:
[post=429003]Quoted post[/post]​



Theres a fine line between knowing too much and being a nerd :leet: :hide: lol j/p
 
What settings do i have to change to get it to allow me to save the files in wmp because it wont let me save the media. i didnt get a prompt when it started either.
 
Back
Top