I am wanting to download a graduation video and I'm having a bit of trouble, this is the site where the video is displayed:
http://content.uplynk.com/player/5Sr...MQmPcTZsa.html
I check the network tab in Chrome dev tools and see a few requests, there's an m3u8 file which has a few other m3u8 files in there for different quality settings I imagine.
I eventually got to using ffmpeg (i'm on mac using homebrew) and I ran:
Code:
ffmpeg -i "http://content-ause2.uplynk.com/0f5f1ad03b48418eb085efef494426f5/g.m3u8?cid=0f5f1ad03b48418eb085efef494426f5&oid=8ab72384e3aa4ceb8e59b5d2af64e262&exp=1441965617&rn=2970515137&tc=1&ct=a&sig=422fc610d44b535ca11f435af9ae7a770df10ff2ab735788b8c8ab6ebf60af64&ad.cping=1&pbs=6efd45ea4baf4ae89702fbfc68bd8ddd" -c copy graduation.mp4
and it returned:
now as for the key, I had another look at the requests in the Network and there is this...
https://content-ause4.uplynk.com/che... 02c3c94c4c55
which might be a key? I'm not entirely sure.
If anyone could help me download this I'd be eternally grateful!