Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#131
|
|||
|
|||
Re: Adobe HDS Downloaderi have repackaged the add-on (no code changes) with new SDK to make it compatible with Firefox 22 and above. it will be available on Mozilla website and through auto update after it's fully reviewed by Mozilla which may take a day or two. till then you can use this link to download new version (0.6).
Last edited by KSV : 07-16-2013 at 12:40 PM. |
#132
|
|||
|
|||
Re: Adobe HDS DownloaderQuote:
do you know why or can address why sometimes frags freeze on the VERY last frag when its downloading? like it gets "stuck" or just "hangs" in cmd...thanks man |
#133
|
|||
|
|||
Re: Adobe HDS DownloaderQuote:
This script downloads several fragments in parallel (default 8, use --parallel switch to change it to any number) so when it displays the last fragment number it is actually downloading last 8 (or other specified number) fragments in parallel so it may seem stuck for a little while. |
#134
|
|||
|
|||
Re: Adobe HDS DownloaderKSV@
Thanks for "HDS Link Detector 0.6" update . Much appreciated. |
#135
|
|||
|
|||
Re: Adobe HDS DownloaderKSV
Adobe HDS Downloader does not work on the site http://v.kiwi.kz/v2/skshwta45su7/ they came up with a clever trick? Thanks |
#136
|
|||
|
|||
Re: Adobe HDS Downloaderplease i need help
i try to download this vid : http://www.ndr.de/unterhaltung/event...acken2843.html i used the KSV tutorial and firefox add-on, everything went fine but when i press enter i got a big list of stuff like this : <span class="p">;</span></div><div class='line' id='LC1940'> etc etc and then this message : "something went wrong with that request. please try again" i don't know what to do, please help me |
#137
|
|||
|
|||
Re: Adobe HDS DownloaderQuote:
works fine Code:
php AdobeHDS.php --manifest "http://hds.ndr.de/z/2013/ 0804/TV-20130804-0233-2542.,hi,hq,.mp4.csmil/manifest.f4m?hdcore=2.8.2&g=OEDTFVR OIKOL" --delete --auth "als=0,1,0,1,0,NaN,0,0,0,8,f,0,4604.35,f,s,OEDTFVROIKOL,2 .8.2,8&hdcore=2.8.2" --useragent "Mozilla/5.0 (Windows NT 5.1; rv:22.0) Gecko/20 100101 Firefox/22.0" KSV Adobe HDS Downloader Processing manifest info.... Quality Selection: Available: 1788 892 Selected : 1788 Downloading 767/767 fragments Found 767 fragments Finished Code:
php AdobeHDS.php --update |
#138
|
|||
|
|||
Re: Adobe HDS DownloaderQuote:
|
#139
|
|||
|
|||
Re: Adobe HDS DownloaderQuote:
Code:
// Unobfuscate fragments used by kiwi.kz website $encByteIndex = 0; $encSum = 0; $encData = substr($frag, $fragPos, $fragLen); $encDataLen = strlen($encData); $timeStart = microtime(true); for ($i = 0; $i < $encDataLen; $i++) { $x = ord($encData[$i]); $frag[$fragPos + $i] = chr($x ^ $encSum ^ $encByteIndex++); $encSum = $x; } $timeEnd = microtime(true); LogDebug(sprintf("Fragment %d decrypted in %.2f seconds.", $fragNum, $timeEnd - $timeStart), $debug); Code:
http://pastebin.com/67TfREWZ |
#140
|
|||
|
|||
Re: Adobe HDS DownloaderKSV
thanks and great respect for your work |
Tags: hds |
Thread Tools | |
Display Modes | |
|
|