donwloading or capturing a streaming file

OdiN

Banned
Mar 1, 2000
16,430
3
0
Well I tried to grab it using my version of Web Stream Recorder Pro...but it didn't work.
 

ShadowBlade

Diamond Member
Feb 11, 2005
4,263
0
0
if its a playlist file with the video, you can download the playlist (right click, save as) then open the playlist with windows media player.
then right click the file in wmp and get the file name.

then from here i use an html file with a link to the actual video so i can right-click and save as

if you dont know html, it goes like this...

<html>
<body>
<a href="[url of file goes here]">link</a>
</body>
</html>

or sometimes, you can just right-click the video while it's playing and go to properties to get the url. then you can use the above html method to download the file