What you can do is find the base URL, and use eg wget to download the .m4v or the .mov.
When the movie is open press apple-I.
It shows a window with source data. Note the url. Using wget fetch the movie
$ wget path.to.movie.com/x/y/z/movie.m4v.
OSX does not have wget by default, so follow these instructions to get it.
1 comment:
If you use MacPorts you can also get it typing 'sudo port install wget'.
Congrats on your blog!
Post a Comment