Guest viewing limit reached
  • You have reached the maximum number of guest views allowed
  • Please register below to remove this limitation

this vid is badass

Grassroots082 said:
Does anyone know how to physically download the video to your harddrive instead of streaming it?
Yeah I do that all the time.. I don't know if there's an easier way, but I just look in the source code for the direct link to the video file. I then create a small html file with this in it:
Code:
<a href="direct_link_from_code">Right click, save as</a>

I'll post the direct link here, so you can just right click and save as...

Invalid Link Removed

Nice clip by the way :)
 
bda55 said:
Yeah I do that all the time.. I don't know if there's an easier way, but I just look in the source code for the direct link to the video file. I then create a small html file with this in it:
Code:
<a href="direct_link_from_code">Right click, save as</a>

I'll post the direct link here, so you can just right click and save as...

Invalid Link Removed

Nice clip by the way :)
Explain more; do you create this file with notepad? (then what do you after create it?)
Where exactly is the direct link to the file in the source code? (I'm assuming you go to the file drop down menu and select view source)
 
- Yeah, just use any basic text editor, and save the file as "blah.html" instead of .txt
If you then double click the file it should open in your standard browser, and have a link ("Right click, save as" if you copy pasted what I posted).



- Once you're looking at the source code, you should look for the <embed> tag..

On this particular page, this is the tag:

<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" name="mediaplayer1" showstatusbar="1" EnableContextMenu="false" autostart="true" width="480" height="430" transparentstart="1" loop="0" controller="true" src="http://x1002.putfile.com/videos/d1-1220183515.wmv"></embed>

The "src" part is the direct link to the video.
So this is what you should have in your html file:

Code:
<a href="http://x1002.putfile.com/videos/d1-1220183515.wmv">Right click, save as</a>
This might seem complicated, but it's really only 30 seconds work once you know what to do :)
 
Or use firefox and just click tools-pageinfo-media-saveas.
Why do people keep using IE me no unerstan ;)
 
MarcusG said:
Or use firefox and just click tools-pageinfo-media-saveas.
Why do people keep using IE me no unerstan ;)

w00t I didn't know that! Thank you :)
That is indeed much easier hehe
 
Thanks BDA, I always wanted to know how to do that, and thanks to Marcus also. I didn't know FF had that function!
 
That first kick isn't a roundhouse, what chuck norris does in every damn tv show or movie is a roundhouse. Chuck Norris is a beast. lol
 
Luisciphr1 said:
That first kick isn't a roundhouse, what chuck norris does in every damn tv show or movie is a roundhouse. Chuck Norris is a beast. lol

Hes the deadliest man alive...
 
Back
Top