05-30-2012, 01:17 PM
|
Banned
|
|
Join Date: Apr 2011
Location: Dallas
Posts: 757
|
|
Re: Adobe HDS Downloader
Quote:
Originally Posted by KSV
Code:
AdobeHDS.php
--manifest "http://vodcdn.mnet.com/z/mp4/vod8/843000/843449.mp4/manifest.f4m?hdnea=st=1338359426~exp=1338359606~acl=/z/mp4/vod8/843000/843449.mp4/*~hmac=edae166b31447dc0f8e07413244d7b81975c4675c7dd8254d08aff73202944d8&hdcore=2.5.14"
--auth "hdntl=exp=1338445839~acl=%2fz%2fmp4%2fvod8%2f843000%2f843449.mp4%2f*~data=hdntl~hmac=d2994c8dedcfac44d9f122511a294c1d38ea88cefd4682d055e37ab78d94a8d6&als=6.16,30,0.27,0,500,173,28.2,1,0,49,f,3237.29,6243.04,f,s,WYSHEEJFJJXA,2.5.14"
|
Using this script
http://github.com/svnpenn/etc/blob/master/AdobeHDS.sh
I was able to download without --auth
Code:
$ AdobeHDS.sh
Press enter after video starts
Printing results
ProcDump v4.0 - Writes process dump files
Copyright (C) 2009-2011 Mark Russinovich
Sysinternals - www.sysinternals.com
Writing dump file C:\home\Steven\Desktop\etc\plugin-container_120530_130315.dmp
...
Dump written.
php 'C:/home/GitHub/dotfiles/bin/AdobeHDS.php' --manifest 'http://vodcdn.mnet.co
m/z/mp4/vod8/843000/843448.mp4/manifest.f4m?hdnea=st=1338400992~exp=1338401172~a
cl=/z/mp4/vod8/843000/843448.mp4/*~hmac=a1026c616de486084c60e3cc4945d82425adbd43
eb58720710207102fc799c2a&hdcore=2.5.14'
KSV Adobe HDS Downloader
Downloading fragment 1040/1040
Found 1040 fragments
Joined 1040 fragments in 16.38 seconds
Finished
Last edited by KSV : 06-25-2012 at 04:05 AM.
|