Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

colinet

macrumors 6502
Original poster
Sep 5, 2003
304
0
Australia
When you download a WMV file off the net, Windows Media Player runs and then it downloads the file into a buffer which you can they play. Is there any way of saving this WMV file? Where is the buffer stored, what's it called, and can you extract and save it??
 
if you can grab the URL of the file, you can open up Terminal.app and run curl, like this:

% curl -O <url>


don't type the % sign. the file will land in your home directory.
 
I am a terminal newbie. I did what you said and got -

-bash: syntax error near unexpected token `newline'
 
Use an application called SiteSucker. It downloads websites, and embedded content to your hard drive.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.