View Single Post
  #2  
Old 06-07-2015, 03:49 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Can you help me download this file?


Quote:
Originally Posted by hockeyandcricketfan View Post
This is from:

Code:
 http://video.sabres.nhl.com/videocenter/console?id=827995

When I look inside wireshark, I see:

Code:
http://sabres.cdnllnwnl.neulion.net/s/sabres/vod/flv/2015/06/06/827995_McDavid-Combine-Scrum_sd.mp4?eid=827386&pid=827995&gid=3004&pt=1?eid=827386&pid=827995&gid=3004&pt=1

notice it says "sd" (low quality standard definition) in the name right before the .mp4 extension. I think there might also be a higher quality version of the file available but i dont know how to get to it.

I checked the html source and found this:


Code:
"publishPoint":"http://sabres.cdnllnwnl.neulion.net/s/sabres/vod/flv/2015/06/06/827995_McDavid-Combine-Scrum.mp4?eid=827386&pid=827995&gid=3004&pt=1?eid=827386&pid=827995&gid=3004&pt=1"

It looks like the original file. When I go there, nothing happens, just a blank page. Obviously I need some sort of key...but that's where I get stuck because it is out of my scope of knowledge right now. If anyone would be kind enough, could you tell me if it is even possible to get to that address or if there are other quality of this file available? Where would I have to look inside the packet capture? Thanks a lot.
hi

Code:
youtube-dl "http://video.sabres.nhl.com/videocenter/console?id=827995" -o Connor-McDavid-Interview-6-6-15.mp4
Code:
[nhl.com] 827995: Downloading JSON metadata
[nhl.com] 827995: Extracting information
[nhl.com] 827995: Downloading final video url
[download] Destination: Connor-McDavid-Interview-6-6-15.mp4
[download] 100% of 51.87MiB in 01:54
Reply With Quote