First I was hoping that someone knew of a way to grab the URL for the QT trailer here. I know that lately there are a couple different ways to stop users from saving the files to their drives both involve disabling the right clicking. But usually in the source you can still find the URL. Latly this hasn't been working out so well.
If someone knows how to get the URL could you please share your method? I would love to be able to do this myself without having to ask the community each time, thank you for you time.
http://www2.warnerbros.com/happyfeet/videoplay.html?id=Trailer3&type=quicktime&speed=500000
EDIT: I'm going nuts here, I found the URL's some weird crap with a script who knows I got links
http://raincloud.warnerbros.com/wbmovies/happyfeet/trailer3/trailer3_500.mov
http://raincloud.warnerbros.com/wbmovies/happyfeet/babymumbles/babymumbles_hi.mov
but I still cannot save them.
+ Reply to Thread
Results 1 to 11 of 11
-
When man discovered milk came from cows, what did he THINK he was doing?
-
@drewzor I'm not sure what you mean by edit. Do you mean inside the browser, or when you op en the URL from QuickTime itself?
@roma_turok Those two trailers are the first 2 on Apple's site, and I do have them, thank you for pointing them out. But the two links I put are two newer ones that aren't located anywhere else. I am trying to put a disc together for a friend. She will love it, if I can get all of the components working together.When man discovered milk came from cows, what did he THINK he was doing? -
drewsor means he wrote a response, then decided, for reasons unknown, to remove it. The videos on the actual happyfeet website are flash video, not quicktime, or at least, not pure quicktime. they certainly don't endt up in the Firefox cache. Even greasemonkey doesn't seem to see them
Read my blog here.
-
I did provide the links for the QT, on the Happy Feet page you can select between a few different formats and speeds. You can find that menu if you click "viewing options" on the page.
In Firefox I can't seem to find where the temp QT files are stored, and in IE (yeah I tried) in the temp folder it only saves the link for the "streaming" versions of the same movie. WAIT (light bulb?!) what if there is no actual downloadable version and they are all in fact streaming is there a program to save those streams QT streams as a permanent file?When man discovered milk came from cows, what did he THINK he was doing? -
Deleted most of detail as Baldrick found an easier (and best) way below I pasted these back in to show how its done manually -
In essence the direct download path is hidden across a text file and you need to glue it together , then download it and then that will give you the redirector file - change suffix to txt , read it and it`ll give you the real address to download from . Right click the page to view the source (this is a small piece of it , for one of the trailers) -
var trailer1_path = "http://raincloud.warnerbros.com/wbmovies/happyfeet/";
var trailer1_id = "happy_feet_teaser";
http://raincloud.warnerbros.com/wbmovies/happyfeet/
and add
happy_feet_teaser
and for type of file you want ie mov , real or windows media and speed/bitrate you copy the suffix from lower down in the file -
so for arguments sake -
_qt_56.mov
to give you -
http://raincloud.warnerbros.com/wbmovies/happyfeet/happy_feet_teaser_qt_56.mov
Download that and you`ll have a small redirector file , rename its suffix to txt , read it and the url will be inside it .
<?xml version="1.0"?>
<?quicktime type="application/x-quicktime-media-link"?>
<embed
src="http://pdl.warnerbros.com/wbmovies/happyfeet/happy_feet_teaser_qt_56.mov"
/>
I add this back in only to show how its done manually . -
Anyone have success with Net Transport cause here I go.
When man discovered milk came from cows, what did he THINK he was doing? -
http://pdl.warnerbros.com/wbmovies/happyfeet/trailer3/trailer3_500.mov
http://pdl.warnerbros.com/wbmovies/happyfeet/babymumbles/babymumbles_hi.mov
Right click save as, works fine with firefox here. 23.5MB and 14.2MB.
I just opened the first .mov links you posted with notepad and found the links in them. -
Oh man thank you! You have just made my day. Once again, thank you all for your time.
When man discovered milk came from cows, what did he THINK he was doing? -
@Sartori That is a great guide for anyone who needs it (I did) ty. Oh and Net Transport was not the way to go for me but I did get the mov downloaded and converted to mpeg's.
When man discovered milk came from cows, what did he THINK he was doing?
Similar Threads
-
How to play Quicktime with PNG codec on my videoplayer (not quicktime)
By Henkie in forum Software PlayingReplies: 0Last Post: 11th Nov 2011, 03:50 -
Lost links
By G-smashed in forum EditingReplies: 0Last Post: 11th Aug 2011, 19:24 -
Forum links all messed up
By lordsmurf in forum FeedbackReplies: 4Last Post: 7th Aug 2010, 16:15 -
links for complete newbie?
By janep in forum Newbie / General discussionsReplies: 2Last Post: 13th Jun 2010, 21:31 -
Mouse and links
By Jomapil in forum ComputerReplies: 4Last Post: 2nd Nov 2008, 19:07