Download AppleTrailers
.: October 3rd, 2009 in HowTo by emcgfx .:.
227 views .:.
0 Comments .:. Tags: Guide, HowTo, Tutorial
How to download apple trailers in linux using wget.
1 | wget -U QuickTime/7.6.4 http://movies.apple.com/movies/summit/astroboy/astroboy-tlr3_h480p.mov |
NOTES: Make sure when it says 480p.mov that it includes “h” which will make it h480p.mov This also works on 720p and 1080p.
You can add this to your .bashrc as alias and make it even easier to download.
1 | alias qdl='wget -U QuickTime/7.6.4 ' |



