Does anyone know how to save this video:
Code:
http://video.nbcsports.com/player/?id=53489
I used URL Snooper, and it looks like the important URL is:
Code:
http://video.nbcuni.com/nbcsports/smil/64_20AF407C_5799D_B118F_DA000_3BA864B05.smil
But that is not the URL for the video. It contains the following:
HTML Code:
<smil><head><meta base="" /> <layout><root-layout width="384"
height="288" /></layout></head><body><switch><video
src="nbcu/nbcsports/64_20AF407C_5799D_B118F_DA000_3BA864B05_0500.flv"
system-bitrate="500000" /><video
src="nbcu/nbcsports/64_20AF407C_5799D_B118F_DA000_3BA864B05_0300.flv"
system-bitrate="300000" /><video
src="nbcu/nbcsports/64_20AF407C_5799D_B118F_DA000_3BA864B05_0150.flv"
system-bitrate="150000" /><video
src="nbcu/nbcsports/64_20AF407C_5799D_B118F_DA000_3BA864B05_0035.flv"
system-bitrate="35000" /><ref
src="nbcu/nbcsports/64_20AF407C_5799D_B118F_DA000_3BA864B05_0500.flv"
/></switch></body></smil>
Note that it has partial URLs for the FLV file, but I can't figure out the complete URL. I tried:
Code:
http://video.nbcuni.com/nbcu/nbcsports/64_20AF407C_5799D_B118F_DA000_3BA864B05_0500.flv
But that does not work. Can anyone figure it out?