Download AppleTrailers

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 '

Leave a comment

You must be logged in to post a comment.