K-S-V / Scripts

Collection of my scripts
GNU General Public License v3.0
635 stars 227 forks source link

Archiving Blizzcon 2015 videos with AdobeHDS.php #60

Closed jleclanche closed 8 years ago

jleclanche commented 8 years ago

I'm trying to archive the Blizzcon 2015 live streams (http://us.battle.net/blizzcon/en/live-stream/). Some are free, some are behind a paywall (I have access to all). FWIU they're using something AdobeHDS.php can grab, but I'm not familiar with it and I don't know what to put in AkamaiDecryptor's __construct. Any advice?

jleclanche commented 8 years ago

Note sure what to do with this:

[12:15:01] adys@mortar ~/blizzcon-2015 % php AdobeHDS.php --manifest "http://ooyalasecure_bz7-lh.akamaihd.net/z/bconsc2pgm_delivery@393078/manifest.f4m?hdnea=st=1448187313~exp=1448187403~acl=/z/bconsc2pgm_delivery@393078/*~hmac=3d53e3253158dbf0ea10f7233051fa53c23860b6d7b96ccc96fa6c67a6fb33a8&hdcore=3.7.0"

                            KSV Adobe HDS Downloader

Processing manifest info....                                                   
Quality Selection:                                                             
 Available: 7628 6128 4128 2378 1578 978 678 478
 Selected : 7628                                                               
Fragments Total: 241153774, First: 241153532, Start: 241153532, Parallel: 8    
Downloading 241153774/241153774 fragments                                      
Found 0 fragments                                                              
Finished                                                                       
jleclanche commented 8 years ago

Alright well I figured it out (mostly), had to find other manifest files in the requests.

Closing.