|
|
Download all Aperture Quick Tour movies at once
great hint. I followed those steps and it worked perfectly. i was wondering though if you can do that for other movies also. Like how did you find the URL for the movies. I would like to be able to download the final cut express HD quick tours also. if you could explain how you got the URL it would be appreciated. Thanks
Download all Aperture Quick Tour movies at once
Here ya go my man:
http://images.apple.com/movies/us/apple/final_cut_express/quicktours/fce-overview-quicktour.mov http://images.apple.com/movies/us/apple/final_cut_express/quicktours/fce-imovie-quicktour.mov http://images.apple.com/movies/us/apple/final_cut_express/quicktours/fce-edit-quicktour.mov http://images.apple.com/movies/us/apple/final_cut_express/quicktours/fce-livetype-quicktour.mov http://images.apple.com/movies/us/apple/final_cut_express/quicktours/fce-soundtrack-quicktour.mov http://images.apple.com/movies/us/apple/final_cut_express/quicktours/fce-filters-quicktour.mov For future reference, you can grab these by simply loading the page that the movie is on in Safari, select View Source under the View menu (CMD+OPT+U), search the source code for .mov (cmd+F), and there's your link! ---
Download all Aperture Quick Tour movies at once
Ok, so I have to refine my one-liner :-)
For all the Aperture Movies listed here (at the moment) use this one: curl -s 'http://www.macosxhints.com/article.php?story=20060926074757255' | grep -e "\.mov" | grep -e "aperture" | sed -e 's/^.*http:\/\//http:\/\//g' -e 's/\.mov.*/\.mov/g' | uniq | while read url; do curl -LO -# -C - "{$url}" ; done For all the Final Cut Express Movies only use this command: curl -s 'http://www.macosxhints.com/article.php?story=20060926074757255' | grep -e "\.mov" | grep -e "final_cut_express" | sed -e 's/^.*http:\/\//http:\/\//g' -e 's/\.mov.*/\.mov/g' | uniq | while read url; do curl -LO -# -C - "{$url}" ; done To get them all, use the line in my upper posting here. You can use that first one-liner to get all the QuickTime Movies linked or listed with their URL on a webpage. Just replace the URL string between the single quotes in the curl command. It will do the filtering itself, unless there are more than one references on a single line. Maybe someone with a few minutes to spare could add that by piping through sed and adding a carriage return after each and every occurrence of .mov before stripping the unwanted stuff. :-) Best regards Pepi |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.09 seconds |
|