EA download button

Associate
Joined
17 Jan 2011
Posts
946
Location
Manchester
I have scored a couple of goals on Fifa 12 and I want to download them to put on my youtube account. I am sure their was a download button on all the clips in the past?

Can anyone help me download the vids from the EA website? :(
 
Yep, on easports.com you used to be able to download uploaded vids but I too can't see the download button anymore. That sucks
 
Im sure their must be some software that will take the URL link and download the file as a avi,mp4 or something....

I have looked into a capture card in the past but I wil not use it enough to warrent spending so much money.
 
View the source of the page playing your video.

On line 420, there should be the URL address to the .flv file that you can download.

For example, these are lines 418 to 424 for one of my videos:

Code:
    </div>
  
    <a href="[URL="http://cdn.content.easports.com/media2012/fifa12/923391/492A0001_0_FLV_VIDEO_Ukc.flv"]http://cdn.content.easports.com/media2012/fifa12/923391/492A0001_0_FLV_VIDEO_Ukc.flv[/URL]" class="eula-accept" shape="rect">I ACCEPT</a> &nbsp;&nbsp;&nbsp; 
    <a href="#" onclick="" class="eula-decline" shape="rect">I DECLINE</a>
    
  </div>
</div>

The bit you want is just under the EULA in the source.
 
View the source of the page playing your video.

On line 420, there should be the URL address to the .flv file that you can download.

For example, these are lines 418 to 424 for one of my videos:

Code:
    </div>
  
    <a href="[URL="http://cdn.content.easports.com/media2012/fifa12/923391/492A0001_0_FLV_VIDEO_Ukc.flv"]http://cdn.content.easports.com/media2012/fifa12/923391/492A0001_0_FLV_VIDEO_Ukc.flv[/URL]" class="eula-accept" shape="rect">I ACCEPT</a> &nbsp;&nbsp;&nbsp; 
    <a href="#" onclick="" class="eula-decline" shape="rect">I DECLINE</a>
    
  </div>
</div>

The bit you want is just under the EULA in the source.

Thats great but what are you using to download the clip?
 
Back
Top Bottom