View Single Post
  #12  
Old 09-13-2013, 01:54 AM
chanc chanc is offline
Senior Member
 
Join Date: Sep 2012
Posts: 115
chanc is on a distinguished road
Default

Re: how to download from www.fox.com


Quote:
Originally Posted by denobis View Post
But you can get m3u8 manifest and use ffmpeg to download and decrypt the chunks. In this case you can access the m3u8 with
http://link.theplatform.com/s/fox.co...e&manifest=m3u, getting these qualities

BANDWIDTH=328000,RESOLUTION=480x270 ffmpeg Download

BANDWIDTH=2623000,RESOLUTION=1280x720 ffmpeg Download

BANDWIDTH=1923000,RESOLUTION=1280x720 ffmpeg Download

BANDWIDTH=1423000,RESOLUTION=1024x576 ffmpeg Download

BANDWIDTH=891000,RESOLUTION=640x360 ffmpeg Download

BANDWIDTH=560000,RESOLUTION=480x270 ffmpeg Download

BANDWIDTH=248000,RESOLUTION=402x226,CODECS="avc1.6 6.30, mp4a.40.2" ffmpeg Download

BANDWIDTH=179000,RESOLUTION=402x226,CODECS="avc1.6 6.30, mp4a.40.2" ffmpeg Download

BANDWIDTH=29000,CODECS="mp4a.40.2" ffmpeg Download.

Directly with ffmpeg it shows an error but you can download the crypt.key, and the chunks and use then ffmpeg.

An example of m3u8 for the maximum quality

https://fbchdvod-f.akamaihd.net/i/Fo...M orMWg%3d%3d

Note that you must use 2 cookies to get this file, ahead of the https connection:

hdntl and _alid_


Thank you for you kind help.

but how to get the m3u8 url ? a sniffer or the firefox web console ?
Reply With Quote