View Single Post
  #17  
Old 11-27-2012, 08:09 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: where is Adobe HDS Downloader thread?


Quote:
Originally Posted by 12321 View Post
Is anyone able to get AdobeHDS to work with pluzz.fr these days? I was able to get it to work about a month ago but now every time it says ""Access Denied! Unable to download fragments"
yeah it still works properly. you have to use --auth parameter and --useragent parameter (if required) alongwith --manifest parameter. you can copy auth parameter from fragment requests. only pvtoken value is required which remains valid for about 24 hours.

Code:
http://ftvodhdsecz-f.akamaihd.net//z/streaming-adaptatif_france-dom-tom/2012/S47/J7/73154276-20121125-,398,632,934,k.mp4.csmil/0_ee8b5f6c472833a3_Seg1-Frag1?pvtoken=st%3D0000000000%7Eexp%3D9999999999%7Eacl%3D%252f%252a%7Edata%3DZXhwPTEzNTQxMDEyOTN+YWNsPSUyZip+ZGF0YT1wdmMsc35obWFjPTEzZjRhZDA3NmRmMjJkMzQ3ZmU2OTAyYzhiMTQzNTlkZjRjYzlkMTg3ZTA4Y2ZiZDY3MjVjZDY5YWUwNmFjOTk%3D%21HQdmBrjDDEFOKL8G0+nytaXs+rVBvP5+pCofU/wYyRQ%3D%7Ehmac%3D2005A6918E6A3DFDC9568B6A86D783C4C267669BE009A8BE3CE748DFC3E194E2&hdntl=exp=1354101293~acl=%2fz%2fstreaming-adaptatif_france-dom-tom%2f2012%2fS47%2fJ7%2f73154276-20121125-*~data=hdntl~hmac=870f862ef4026c157b9892b4ed111b30fc539e442d531ae31bd735394b715ac3&als=0,0.1,0,0,0,NaN,0,0,0,46,f,0,1324.11,f,s,FXNQCJFNYRIT,2.8.0,46&hdcore=2.8.0

useragent is required if you are copying pvtoken value from different browser. script uses the useragent of latest firefox by default (Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/17.0 Firefox/17.0) so you don't need to use the useragent parameter if you are copying pvtoken value from latest firefox. also manifest link is valid only for about one minute. also make sure you are using the latest version of the script.
Code:
php AdobeHDS.php --update

Last edited by KSV : 11-28-2012 at 08:31 PM. Reason: fix typo
Reply With Quote