View Single Post
  #10  
Old 09-01-2013, 04:36 PM
denobis denobis is offline
Senior Member
 
Join Date: Sep 2013
Posts: 568
denobis is on a distinguished road
Default

Re: how to download from www.fox.com


Quote:
Originally Posted by chanc View Post
SVNPENN, Is there any other way to download from www.fox.com, except using adobehds.php ?
Do you have fox.sh alike ?
Yes, there is other way. In your example,

http://www.fox.com/americandad/full-.../ricky-spanish

you get this direction

http://fbchdvod-f.akamaihd.net/z/Fox
.com/16/1005/AmericanDad_7AJN02_,15,22,30,50,80,130,180,250,0.m p4.csmil/manifest
.f4m?hdnea=st=1349099078~exp=1349099198~acl=/z/Fox.com/16/1005/AmericanDad_7AJN0
2_*~id=f8fee48d-758d-410b-8bce-550be3a3c880~hmac=494a17d4d4d789dd33494ea261e83b2
99a639c57aeef80a9c59bf17b19cef375&hdcore=2.6.8&g=R WHBMTYJYVEY

which is a f4m manifest.

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_
Reply With Quote